From d15e90c90dc83e7818bf3bbc1c51dc165632bc0b Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 2 Feb 2021 05:56:41 +0100 Subject: [PATCH] Folder renamed: jquery-tablesorter --- core/resources.js | 2 +- modules/internal/targets.js | 2 +- .../2.31.3/js/jquery.tablesorter.min.jsm | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename resources/{jquery-tablesorter => jquery.tablesorter}/2.31.3/js/jquery.tablesorter.min.jsm (100%) diff --git a/core/resources.js b/core/resources.js index acc22b11..b645cda7 100644 --- a/core/resources.js +++ b/core/resources.js @@ -551,7 +551,7 @@ var resources = { }, // jQuery Tablesorter 'jQueryTablesorter': { - 'path': 'resources/jquery-tablesorter/{version}/jquery.tablesorter.min.jsm', + 'path': 'resources/jquery.tablesorter/{version}/jquery.tablesorter.min.jsm', 'type': 'application/javascript' }, // jQuery Tooltipster diff --git a/modules/internal/targets.js b/modules/internal/targets.js index beb8fbb3..70b0b638 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -297,7 +297,7 @@ targets.setLastVersion = function (type, version) { return '0.2.11'; } else if (type.startsWith('/jquery-validation-unobtrusive/3.')) { return '3.2.11'; - } else if (type.startsWith('tablesorter/2.')) { + } else if (type.startsWith('/jquery.tablesorter/2.')) { return '2.31.3'; } else if (type.startsWith('/jquery-modal/0.')) { return '0.9.2'; diff --git a/resources/jquery-tablesorter/2.31.3/js/jquery.tablesorter.min.jsm b/resources/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.jsm similarity index 100% rename from resources/jquery-tablesorter/2.31.3/js/jquery.tablesorter.min.jsm rename to resources/jquery.tablesorter/2.31.3/js/jquery.tablesorter.min.jsm