diff --git a/archive/community.applications-2017.10.21.txz b/archive/community.applications-2017.10.21.txz index 854e11f7..ac65ad5b 100644 Binary files a/archive/community.applications-2017.10.21.txz and b/archive/community.applications-2017.10.21.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page index 8b388c0c..7efaaf1b 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/CommunityApps.page @@ -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() {