Use additional-methods.min.js (22 KB) instead of additional-methods.js (51 KB)

Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
Liviu-Mihail Concioiu 2025-07-30 19:31:21 +02:00
parent e9ffe0ed45
commit 362c0719c0
3 changed files with 3 additions and 3 deletions

View File

@ -150,7 +150,7 @@ class ChangeController implements InvocableController
'makegrid.js',
'sql.js',
'table/change.js',
'vendor/jquery/additional-methods.js',
'vendor/jquery/additional-methods.min.js',
'gis_data_editor.js',
]);

View File

@ -368,7 +368,7 @@ final class ReplaceController implements InvocableController
Current::$sqlQuery = $returnToSqlQuery;
}
$this->response->addScriptFiles(['vendor/jquery/additional-methods.js', 'table/change.js']);
$this->response->addScriptFiles(['vendor/jquery/additional-methods.min.js', 'table/change.js']);
/**
* If user asked for "and then Insert another new row" we have to remove

View File

@ -149,7 +149,7 @@ module.exports = [
{ from: rootPath + '/node_modules/jquery-migrate/dist/jquery-migrate.min.map', to: publicPath + '/js/vendor/jquery/jquery-migrate.min.map' },
{ from: rootPath + '/node_modules/jquery-ui-dist/jquery-ui.min.js', to: publicPath + '/js/vendor/jquery/jquery-ui.min.js' },
{ from: rootPath + '/node_modules/jquery-validation/dist/jquery.validate.min.js', to: publicPath + '/js/vendor/jquery/jquery.validate.min.js' },
{ from: rootPath + '/node_modules/jquery-validation/dist/additional-methods.js', to: publicPath + '/js/vendor/jquery/additional-methods.js' },
{ from: rootPath + '/node_modules/jquery-validation/dist/additional-methods.min.js', to: publicPath + '/js/vendor/jquery/additional-methods.min.js' },
{ from: rootPath + '/node_modules/js-cookie/dist/js.cookie.min.js', to: publicPath + '/js/vendor/js.cookie.min.js' },
{ from: rootPath + '/node_modules/@zxcvbn-ts/core/dist/zxcvbn-ts.js', to: publicPath + '/js/vendor/zxcvbn-ts.js' },
{ from: rootPath + '/node_modules/@zxcvbn-ts/core/dist/zxcvbn-ts.js.map', to: publicPath + '/js/vendor/zxcvbn-ts.js.map' },