mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
tab stuff
This commit is contained in:
parent
dedaf591d2
commit
4c9cdfd6f7
Binary file not shown.
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user