add in comment about the backup being required

pull/2/head
Squidly271 2017-10-21 19:44:04 -04:00
parent 9aff996748
commit dedaf591d2
2 changed files with 1 additions and 2 deletions

View File

@ -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);
},