diff --git a/archive/community.applications-2023.05.06-x86_64-1.txz b/archive/community.applications-2023.05.06-x86_64-1.txz new file mode 100644 index 00000000..2d9519ad Binary files /dev/null and b/archive/community.applications-2023.05.06-x86_64-1.txz differ diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page index cd0108d9..7ccc9527 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/Apps.page @@ -184,9 +184,7 @@ var resizeTimer; var portsInUse = []; var startupSearch = ""; var iconHoverTimer; - var wheelActive = false; - var swipeBounce = false; - +var wheelActive = false; $(function(){ window.onerror = function(msg,url,lineNo,columnNo, error) { @@ -726,38 +724,24 @@ $(function(){ var name = $(this).data("name"); removeApp(path,name); }); - - addEventListener("wheel",swipePage); - - - function swipePage(event) { - console.log(event.deltaX); + + addEventListener("wheel",function(event){ if (wheelActive) return; if ( $(".sidebar").is(":visible") ) return; - if ($("body").width() < 1260 ) return; // dynamix coding + if ($("body").width() < 1260 ) return; // dynamix coding event.stopPropagation(); - event.preventDefault(); -/* if (event.deltaX < 100 && event.deltaX > -100) { - setTimeout(function() { - wheelActive = false; - },200); - return; - } */ - if ( $(".pageRight").is(":visible") ) { - if (event.deltaX >50) { if ( !$(".pageRight").hasClass("pageNavNoClick")) { wheelActive = true; setTimeout(function() { wheelActive = false; - },1000); + },1000); $(".pageRight").click(); } - } if (event.deltaX < -50) { if (! $(".pageLeft").hasClass("pageNavNoClick")) { @@ -769,13 +753,10 @@ $(function(){ $(".pageLeft").click(); } } - - } else + } else wheelActive = false; - - - } - + }); + $("body").on("mouseover",".ca_displayIcon,.infoButton,.displayIcon,.card_readmore",function() { diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 index dc94cd51..beea43ab 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca.md5 @@ -1,11 +1,11 @@ -649eb1afe81b06e1d93b7431bcc71687 ./Apps.page +6643ff499b587226a3f672e97b03da31 ./Apps.page 106b521c1feebda4d7b3f558cc016cda ./CA_notices.page -eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page -e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg +39053aadf8ec0771de1e2c2dd47e9058 ./ca_settings.page +01ed7990078dee7cecfeda9a4e49377e ./default.cfg 7e22b781295bbf10fe0089378b9ba76b ./include/exec.php 6315b71595f089a310861ef2e1954d84 ./include/helpers.php 3f6ae4c4fef3077dd2ca45117f780846 ./include/paths.php -12d7ee42aadd961dbbc436ae2fd73d9a ./javascript/libraries.js +532fffdf939594c143e679da02bd841e ./javascript/libraries.js 71f911a818d88d3d567f8a2898094ee2 ./README.md ec075d8b9758ba00bda9b02c4692f972 ./scripts/checkForUpdates.php 99a9d58a49a7f6812f18bd4be2b563b9 ./scripts/checkForUpdates.sh diff --git a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca_settings.page b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca_settings.page index 8c0b9188..d69396e4 100644 --- a/source/community.applications/usr/local/emhttp/plugins/community.applications/ca_settings.page +++ b/source/community.applications/usr/local/emhttp/plugins/community.applications/ca_settings.page @@ -89,6 +89,15 @@ function debug() { > + +: + +> + + :