From 3c4fa3282ee0ca9b84d7f7e9e464d36d7ffcb80f Mon Sep 17 00:00:00 2001 From: Martinski <119833648+Martinski4GitHub@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:28:40 -0700 Subject: [PATCH 1/2] Code improvements Removed/modified code related to "var $j = jQuery.noConflict();" --- README.md | 5 ++- scmerlin.sh | 6 +-- scmerlin_www.asp | 15 ++++---- scmerlin_www.js | 99 ++++++++++++++++++++++++------------------------ sitemap.asp | 10 ++++- 5 files changed, 71 insertions(+), 64 deletions(-) diff --git a/README.md b/README.md index 7a7e4bb..7af629f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # scMerlin -## v2.5.6 -### Updated on June 28, 2024 by @decoderman with updates from @Martinski4GitHub +## v2.5.7 +### Updated on September 08, 2024 by @decoderman with updates from @Martinski4GitHub + ## About scMerlin allows you to easily control the most common services/scripts on your router. scMerlin also augments your router's WebUI with a Sitemap and dynamic submenus for the main left menu of Asuswrt-Merlin. diff --git a/scmerlin.sh b/scmerlin.sh index acc02c0..7f3bead 100644 --- a/scmerlin.sh +++ b/scmerlin.sh @@ -11,7 +11,7 @@ ## https://github.com/jackyaz/scMerlin ## ## ## ###################################################### -# Last Modified: 2024-Jun-28 +# Last Modified: 2024-Sep-08 #----------------------------------------------------- ########## Shellcheck directives ########### @@ -27,8 +27,8 @@ ### Start of script variables ### readonly SCRIPT_NAME="scMerlin" readonly SCRIPT_NAME_LOWER="$(echo "$SCRIPT_NAME" | tr 'A-Z' 'a-z' | sed 's/d//')" -readonly SCM_VERSION="v2.5.6" -readonly SCRIPT_VERSION="v2.5.6" +readonly SCM_VERSION="v2.5.7" +readonly SCRIPT_VERSION="v2.5.7" SCRIPT_BRANCH="master" SCRIPT_REPO="https://raw.githubusercontent.com/decoderman/$SCRIPT_NAME/$SCRIPT_BRANCH" readonly SCRIPT_DIR="/jffs/addons/$SCRIPT_NAME_LOWER.d" diff --git a/scmerlin_www.asp b/scmerlin_www.asp index b6ff054..3978b8a 100644 --- a/scmerlin_www.asp +++ b/scmerlin_www.asp @@ -13,12 +13,11 @@ - + + - - @@ -31,7 +30,7 @@ p{font-weight:bolder}thead.collapsible-jquery{color:#fff;padding:0;width:100%;bo @@ -362,7 +361,7 @@ var arrayproclistlines=[],sortnameproc="CPU%",sortdirproc="desc",arraycronjobs=[
Utilities (click to expand/collapse) |