mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-13 00:15:48 +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){
|
success: function(data){
|
||||||
task.find(".edit-tags-link")
|
task.find(".edit-tags-link")
|
||||||
.html(data.html_canvas);
|
.html(data.html_canvas);
|
||||||
|
// initialize tooltips again
|
||||||
|
$.initTooltips();
|
||||||
},
|
},
|
||||||
error: function(data){
|
error: function(data){
|
||||||
// TODO
|
// TODO
|
||||||
|
|
|
@ -97,6 +97,7 @@ function initProtocolsTable() {
|
||||||
},
|
},
|
||||||
fnDrawCallback: function(settings, json) {
|
fnDrawCallback: function(settings, json) {
|
||||||
animateSpinner(this, false);
|
animateSpinner(this, false);
|
||||||
|
$.initTooltips();
|
||||||
},
|
},
|
||||||
preDrawCallback: function(settings) {
|
preDrawCallback: function(settings) {
|
||||||
animateSpinner(this);
|
animateSpinner(this);
|
||||||
|
|
Loading…
Reference in a new issue