Skip to content

Commit

Permalink
Dev: Init tooltips after Ajax HTML fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 28, 2017
1 parent f52daf3 commit 0342d30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/admin/admin_core.js
Expand Up @@ -972,6 +972,7 @@ LS.ajaxHelperOnSuccess = function(response) {
// Put HTML into element.
else if (response.outputType == 'jsonoutputhtml') {
$('#' + response.target).html(response.html);
doToolTip();
}
// Success popup
else if (response.success) {
Expand Down

0 comments on commit 0342d30

Please sign in to comment.