Merge pull request #1410 from mlorb/ml-sci-2789

Fix missing protocols link tooltip [SCI-2789]
This commit is contained in:
mlorb 2018-12-10 09:15:31 +01:00 committed by GitHub
commit 7c3bad1e86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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);