Clemens Schwaighofer f9ffcd3327 Move login nav menu functions into class
Because we need translations, so we use a class where we require the translation class to be in the constructor

Code fix for i18n variable not set check and default fill for the translation class
2025-03-07 15:26:38 +09:00

JavaScript Utils

Collection of Javascript functions. This will build into a single js file that was formaly known as "edit.js" (edit.jq.js).

Build

Build with the following commands, the output will be stored in "build/js/utilsAll.js" and "build/js/utilsAll.min.js"

For full not minified version

npm build utilsAll-build

For minified build (but keeps the function names as is)

npm build utilsAll-min-build

Or build both at the same time

npm build utilsAll-build-all

Develop

Install the core npm modules

npm install

Run watch

npm run utilsAll-develop
Description
JavaScript utils, formerly known as "edit.js"
Readme 362 KiB
Languages
JavaScript 98%
HTML 2%