mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
add in comment about the backup being required
This commit is contained in:
parent
9aff996748
commit
dedaf591d2
Binary file not shown.
@ -206,7 +206,6 @@ $(function(){
|
||||
setSortOrder();
|
||||
var displayContent = $("#tooltipviews").html();
|
||||
$("#tooltipviews").attr("data-backup",displayContent);
|
||||
$("#tooltipviews").html(""); // Because I'm using id's instead of classes
|
||||
}
|
||||
instance.content(displayContent);
|
||||
},
|
||||
@ -215,7 +214,7 @@ $(function(){
|
||||
$(".sortButton,.dirButton").click(function() { changeSortOrder(this.id,$(this).attr("class")); });
|
||||
},
|
||||
functionAfter: function(instance,helper) {
|
||||
$("#tooltipviews").html($("#tooltipviews").attr("data-backup"));
|
||||
$("#tooltipviews").html($("#tooltipviews").attr("data-backup"));
|
||||
setSortOrder();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user