Add back missing code for 1f4e1f09b6

This commit is contained in:
Cheng-Han, Wu 2016-05-15 12:30:28 +08:00
parent 86b7304746
commit 4058306d4e

View file

@ -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); showMessageModal('<i class="fa fa-gitlab"></i> Import from Snippet', 'Unable to fetch gitlab parameters :(', '', '', false);
}) })
.complete(function () { .complete(function () {
//na ui.spinner.hide();
}); });
return false; return false;
}); });