Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
baas
Commits
05e8f720
Commit
05e8f720
authored
Nov 09, 2015
by
Efthymia Bika
Browse files
Show loader when loading timeview contents
parent
db4c825d
Changes
1
Hide whitespace changes
Inline
Side-by-side
baas/timeview.js
View file @
05e8f720
...
...
@@ -37,6 +37,7 @@ function show_contents_by_date(error, stdout, stderr) {
});
$
(
"
#time-contents
"
).
append
(
ul
);
$
(
"
#loader
"
).
hide
();
}
function
go_to_restore
(
name
)
{
...
...
@@ -100,6 +101,7 @@ function fill_breadcrumbs(path) {
var
selected_date
=
""
;
function
get_contents_by_date
(
value
)
{
$
(
"
#loader
"
).
show
();
var
time_path
=
$
(
"
#time-path
"
).
val
();
if
(
!
time_path
)
{
$
(
"
#time-head-error small
"
).
text
(
errors
.
path_empty
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment