mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 03:35:25 +08:00
Fix markup
This commit is contained in:
parent
559bb2d793
commit
d0439f478d
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ function bindEditTagsAjax() {
|
|||
.submit(function() {
|
||||
var selectOptions = manageTagsModalBody.find('.add-tag-form .dropdown-menu li').length;
|
||||
if (selectOptions === 0) return false;
|
||||
return true
|
||||
return true;
|
||||
})
|
||||
.on('ajax:success', function(e, data) {
|
||||
initTagsModalBody(data);
|
||||
|
|
Loading…
Reference in a new issue