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){
task.find(".edit-tags-link")
.html(data.html_canvas);
// initialize tooltips again
$.initTooltips();
},
error: function(data){
// TODO

View file

@ -97,6 +97,7 @@ function initProtocolsTable() {
},
fnDrawCallback: function(settings, json) {
animateSpinner(this, false);
$.initTooltips();
},
preDrawCallback: function(settings) {
animateSpinner(this);