tab stuff

pull/2/head
Squidly271 2017-10-21 19:45:58 -04:00
parent dedaf591d2
commit 4c9cdfd6f7
2 changed files with 3 additions and 2 deletions

View File

@ -206,6 +206,7 @@ $(function(){
setSortOrder();
var displayContent = $("#tooltipviews").html();
$("#tooltipviews").attr("data-backup",displayContent);
$("#tooltipviews").html(""); // The need for backup stems from the fact that we want user to be able to change view modes without having to disable the tooltipster popup. A race condition can stem without the backup
}
instance.content(displayContent);
},
@ -651,10 +652,10 @@ function dismissWarning() {
}
function disableTooltipster() {
$('.tooltipstered').tooltipster('disable');
$('.tooltipstered').tooltipster('disable');
}
function enableTooltipster() {
$('.tooltipstered').tooltipster('enable');
$('.tooltipstered').tooltipster('enable');
}
function forceUpdate() {