summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Han, Wu2016-05-15 12:30:28 +0800
committerCheng-Han, Wu2016-05-15 12:30:28 +0800
commit4058306d4e79ab8c6f384ffd0bc2e8c4da992377 (patch)
tree44b8807259245871622b3a1443d087073246ce39
parent86b7304746acae4c1ec369ed5c4a03437a9c9821 (diff)
Add back missing code for 1f4e1f09b639d49ebe818fd2b4d6e98f78ef2d38
-rw-r--r--public/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index ea9194e6..d034b4e8 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -1299,7 +1299,7 @@ ui.toolbar.import.snippet.click(function () {
showMessageModal('<i class="fa fa-gitlab"></i> Import from Snippet', 'Unable to fetch gitlab parameters :(', '', '', false);
})
.complete(function () {
- //na
+ ui.spinner.hide();
});
return false;
});