REJack
75deb497b3
fix(plugins): reworked jQueryInterface's for all plugins
2022-06-29 21:10:20 +02:00
equada
a7e0650821
add errorhandling to cardrefresh plugin ( #3555 )
...
Co-authored-by: REJack <info@rejack.de>
Co-authored-by: Daniel <50356015+danny007in@users.noreply.github.com>
2021-04-27 17:33:14 +05:30
dependabot[bot]
654ad02d8a
Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 ( #3323 )
...
* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 25.0.1 to 26.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
* Clean up .eslintrc.json
* Autofix
* Temporarily disable `unicorn/consistent-destructuring`
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-01-18 10:01:39 +02:00
Daniel
1ce6165330
Fixed Errors of PR - Bump eslint-plugin-unicorn from 23.0.0 to 25.0.0 ( #3267 )
...
Fixed Lint Errorshttps://github.com/ColorlibHQ/AdminLTE/pull/3265
2020-12-30 08:34:17 +01:00
XhmikosR
4101916d14
Switch to String constants
...
Should result in better compression (aprox. -10% from the compressed adminlte.min.js) and should be easier to see unused/undefined variables on lint stage.
2020-06-13 10:23:56 +03:00
XhmikosR
e848621b32
Remove unneeded IIFEs ( #2774 )
2020-06-02 15:23:22 +02:00
XhmikosR
7853dcbd6e
Use the document ready shorthand.
2020-06-02 06:30:39 +03:00
XhmikosR
e56939983d
Remove variables only used once.
2020-06-02 06:30:39 +03:00
XhmikosR
27ff009494
Comply to the ESLint rules.
2020-06-01 14:26:08 +03:00
REJack
ed6ae4dbb2
replaced fake spaces with real spaces
2020-04-01 13:49:55 +02:00
REJack
b1c99c8963
fixed CardRefresh doubled load if loadOnInit is true
2020-02-07 10:27:44 +01:00
REJack
e24c4d01ff
some small js option fixes
2019-11-17 11:53:47 +01:00
REJack
1aa67a08ea
migrated CardRefresh (BoxRefresh)
...
- created CardRefresh Plugin
- created docs
- updated pages/UI/widgets.html
2019-08-20 17:19:08 +02:00