From b99262bc36a1b3ffef9bae0ffb2f2b3bf6880a3d Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 5 Aug 2021 14:53:20 +0800 Subject: [PATCH] Update mootools to v1.6.0 --- src/webui/www/private/addpeers.html | 4 +- src/webui/www/private/addtrackers.html | 4 +- src/webui/www/private/confirmdeletion.html | 4 +- .../www/private/confirmfeeddeletion.html | 4 +- src/webui/www/private/confirmruleclear.html | 4 +- .../www/private/confirmruledeletion.html | 4 +- src/webui/www/private/download.html | 4 +- src/webui/www/private/downloadlimit.html | 4 +- src/webui/www/private/edittracker.html | 4 +- src/webui/www/private/index.html | 4 +- src/webui/www/private/newcategory.html | 4 +- src/webui/www/private/newfeed.html | 4 +- src/webui/www/private/newfolder.html | 4 +- src/webui/www/private/newrule.html | 4 +- src/webui/www/private/newtag.html | 4 +- src/webui/www/private/rename.html | 4 +- src/webui/www/private/rename_feed.html | 4 +- src/webui/www/private/rename_file.html | 4 +- src/webui/www/private/rename_rule.html | 4 +- .../MooTools-Core-1.6.0-compat-compressed.js | 8 + .../MooTools-More-1.6.0-compat-compressed.js | 6 + .../scripts/lib/mootools-1.2-core-yc.js | 527 ------------------ .../private/scripts/lib/mootools-1.2-more.js | 326 ----------- src/webui/www/private/setlocation.html | 4 +- src/webui/www/private/shareratio.html | 4 +- src/webui/www/private/upload.html | 2 +- src/webui/www/private/uploadlimit.html | 4 +- src/webui/www/webui.qrc | 4 +- 28 files changed, 61 insertions(+), 900 deletions(-) create mode 100644 src/webui/www/private/scripts/lib/MooTools-Core-1.6.0-compat-compressed.js create mode 100644 src/webui/www/private/scripts/lib/MooTools-More-1.6.0-compat-compressed.js delete mode 100644 src/webui/www/private/scripts/lib/mootools-1.2-core-yc.js delete mode 100644 src/webui/www/private/scripts/lib/mootools-1.2-more.js diff --git a/src/webui/www/private/addpeers.html b/src/webui/www/private/addpeers.html index c2075f763..68d2b5daa 100644 --- a/src/webui/www/private/addpeers.html +++ b/src/webui/www/private/addpeers.html @@ -5,8 +5,8 @@ QBT_TR(Add Peers)QBT_TR[CONTEXT=PeersAdditionDialog] - - + + - + + - + + - + + - + + - + + - + + diff --git a/src/webui/www/private/downloadlimit.html b/src/webui/www/private/downloadlimit.html index 57f3f8e97..71664a55b 100644 --- a/src/webui/www/private/downloadlimit.html +++ b/src/webui/www/private/downloadlimit.html @@ -5,8 +5,8 @@ QBT_TR(Torrent Download Speed Limiting)QBT_TR[CONTEXT=TransferListWidget] - - + + diff --git a/src/webui/www/private/edittracker.html b/src/webui/www/private/edittracker.html index 56420fd16..6d23c1956 100644 --- a/src/webui/www/private/edittracker.html +++ b/src/webui/www/private/edittracker.html @@ -5,8 +5,8 @@ QBT_TR(Tracker editing)QBT_TR[CONTEXT=TrackerListWidget] - - + + - + + diff --git a/src/webui/www/private/newcategory.html b/src/webui/www/private/newcategory.html index 5b7cc642f..7839a29f9 100644 --- a/src/webui/www/private/newcategory.html +++ b/src/webui/www/private/newcategory.html @@ -5,8 +5,8 @@ QBT_TR(New Category)QBT_TR[CONTEXT=TransferListWidget] - - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + + diff --git a/src/webui/www/private/uploadlimit.html b/src/webui/www/private/uploadlimit.html index b33ebaeea..2f4c09d38 100644 --- a/src/webui/www/private/uploadlimit.html +++ b/src/webui/www/private/uploadlimit.html @@ -5,8 +5,8 @@ QBT_TR(Torrent Upload Speed Limiting)QBT_TR[CONTEXT=TransferListWidget] - - + + diff --git a/src/webui/www/webui.qrc b/src/webui/www/webui.qrc index d614632ba..5175532a6 100644 --- a/src/webui/www/webui.qrc +++ b/src/webui/www/webui.qrc @@ -52,8 +52,8 @@ private/scripts/filesystem.js private/scripts/lib/clipboard-2.0.0.min.js private/scripts/lib/mocha-0.9.6-yc.js - private/scripts/lib/mootools-1.2-core-yc.js - private/scripts/lib/mootools-1.2-more.js + private/scripts/lib/MooTools-Core-1.6.0-compat-compressed.js + private/scripts/lib/MooTools-More-1.6.0-compat-compressed.js private/scripts/misc.js private/scripts/mocha-init.js private/scripts/preferences.js