mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-12 15:57:45 +08:00
Merge pull request #1410 from mlorb/ml-sci-2789
Fix missing protocols link tooltip [SCI-2789]
This commit is contained in:
commit
7c3bad1e86
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
|
||||
|
|
|
@ -97,6 +97,7 @@ function initProtocolsTable() {
|
|||
},
|
||||
fnDrawCallback: function(settings, json) {
|
||||
animateSpinner(this, false);
|
||||
$.initTooltips();
|
||||
},
|
||||
preDrawCallback: function(settings) {
|
||||
animateSpinner(this);
|
||||
|
|
Loading…
Reference in a new issue