Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
c6e5791f
Commit
c6e5791f
authored
May 27, 2020
by
marc duez
Browse files
database.js: remove duplicated ajax indicator
parent
bea9c62d
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/database.js
View file @
c6e5791f
...
...
@@ -1117,10 +1117,8 @@ Database.prototype = {
*/
ajax_indicator_start
:
function
()
{
if
(
!
(
this
.
uploader
.
is_uploading
()))
{
var
tgt
=
$
(
'
#live-ajax-icon
'
);
$
(
'
#live-ajax-icon
'
)
.
empty
()
;
$
(
'
#live-ajax-msg
'
).
empty
();
tgt
.
empty
();
$
(
'
<img/>
'
,
{
src
:
'
./images/ajax-loader.gif
'
}).
appendTo
(
$
(
'
<div/>
'
,
{
class
:
'
active-container
'
}).
appendTo
(
tgt
));
$
(
'
body
'
).
css
(
'
cursor
'
,
'
wait
'
);
}
},
...
...
Write
Preview
Supports
Markdown
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