- Refactoring: Switch from $.param.querystring to URL

This commit is contained in:
Brett Zamir
2020-01-05 09:52:34 +08:00
parent 37424278d1
commit 56197a493c
3 changed files with 14 additions and 14 deletions

View File

@@ -22,7 +22,8 @@
- Fix: Redirect paths for imagelib redirect checks
- Optimization: Remove unused `jquery-ui-1.8.custom.min.js` file
- Localization: Add 'SVG-Edit Home Page' to locale files
- Refactoring: Ensure file-global tags are at beginning of file
- Refactoring: Switch from `$.param.querystring` to `URL`
- Refactoring: Ensure file-global jsdoc tags are at beginning of file
- Linting (ESLint): Simplify regexes
- Linting (ESLint): Replace `innerHTML` with `textContent` from old demo
- Linting (ESLint): Update as per latest ash-nazg