mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 17:36:13 +08:00
Merge pull request #357 from ZmagoD/zd_SCI_789_v2
fixed empty name error
This commit is contained in:
commit
a723af2c54
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ function changeToEditMode() {
|
|||
'<span class="vis glyphicon ' + visClass + '"></span> ' +
|
||||
'<span class="edit glyphicon glyphicon-pencil ' + editClass + '"></span>' +
|
||||
'<span class="del glyphicon glyphicon-trash ' + delClass + '"></span>' +
|
||||
'</span></span></li>';
|
||||
'</span><br></span></li>';
|
||||
dropdownList.append(html);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue