mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +08:00
fix missing protocols link tooltip
This commit is contained in:
parent
9621f0b372
commit
7d1817350a
2 changed files with 3 additions and 0 deletions
|
@ -885,6 +885,8 @@ function bindEditTagsAjax(elements) {
|
|||
success: function(data){
|
||||
task.find(".edit-tags-link")
|
||||
.html(data.html_canvas);
|
||||
// initialize tooltips again
|
||||
$.initTooltips();
|
||||
},
|
||||
error: function(data){
|
||||
// TODO
|
||||
|
|
|
@ -19,6 +19,7 @@ function init() {
|
|||
initCreateNewModal();
|
||||
initModals();
|
||||
initImport();
|
||||
$.initTooltips();
|
||||
}
|
||||
|
||||
// Initialize protocols DataTable
|
||||
|
|
Loading…
Reference in a new issue