mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 02:06:29 -05:00
Add back missing code for 1f4e1f09b6
This commit is contained in:
parent
86b7304746
commit
4058306d4e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue