diff --git a/archive/community.applications-2017.10.18.txz b/archive/community.applications-2017.10.18.txz new file mode 100644 index 00000000..fea3f32f Binary files /dev/null and b/archive/community.applications-2017.10.18.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 20d77819..f6bb2c78 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 @@ -31,7 +31,6 @@ $vars = parse_ini_file($communityPaths['unRaidVars']); $toolTipsterIncluded = version_compare($vars['version'],"6.3.3",">=") ? "true" : "false"; $unRaid64 = (version_compare($vars['version'],"6.4.0-rc0",">=")) ? "true" : "false"; $unRaid635 = (version_compare($vars['version'],"6.3.5",">=")) ? "true" : "false"; -$backToTop = (version_compare($vars['version'],"6.4.0-rc9f","<=")) ? "false" : "true"; $tabMode = "_self"; $line_color = $display['theme']=='black' ? '#202020' : '#E8E8E8'; @@ -144,22 +143,22 @@ var checkStaleVar = setInterval(function(){ checkStale(); },60000); $(function(){ $("#sortorder").attr("data-oldWindowWidth",getWindowWidth()); - - var backtotopoffset = 250; - var backtotopduration = 500; - $(window).scroll(function() { - if ($(this).scrollTop() > backtotopoffset) { - $('.back-to-top').fadeIn(backtotopduration); - } else { - $('.back-to-top').fadeOut(backtotopduration); - } - }); - $('.back-to-top').click(function(event) { - event.preventDefault(); - $('html, body').animate({scrollTop: 0}, backtotopduration); - return false; - }); - + if ( ! $(".dynamix_back-to-top").length ) { + var backtotopoffset = 250; + var backtotopduration = 500; + $(window).scroll(function() { + if ($(this).scrollTop() > backtotopoffset ) { + $('.back-to-top').fadeIn(backtotopduration); + } else { + $('.back-to-top').fadeOut(backtotopduration); + } + }); + $('.back-to-top').click(function(event) { + event.preventDefault(); + $('html, body').animate({scrollTop: 0}, backtotopduration); + return false; + }); + } $('div[id=title]').last().append(""); @@ -1404,7 +1403,7 @@ function resizeDisplay() { - +
Docker FAQ

Community Applications Version: