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();
|
setSortOrder();
|
||||||
var displayContent = $("#tooltipviews").html();
|
var displayContent = $("#tooltipviews").html();
|
||||||
$("#tooltipviews").attr("data-backup",displayContent);
|
$("#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);
|
instance.content(displayContent);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user