mirror of
https://github.com/itflow-org/itflow
synced 2026-09-15 19:25:12 +00:00
Initial migration from AdminLTE 3 to 4, bootstrap 4 to 5
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
/**
|
||||
* @author Abdo-Hamoud <abdo.host@gmail.com>
|
||||
* https://github.com/Abdo-Hamoud/bootstrap-show-password
|
||||
* version: 1.0
|
||||
*/
|
||||
|
||||
!function(a){a(function(){a('[data-toggle="password"]').each(function(){var b = a(this); var c = a(this).parent().find(".input-group-text"); c.css("cursor", "pointer").addClass("input-password-hide"); c.on("click", function(){if (c.hasClass("input-password-hide")){c.removeClass("input-password-hide").addClass("input-password-show"); c.find(".fa").removeClass("fa-eye").addClass("fa-eye-slash"); b.attr("type", "text")} else{c.removeClass("input-password-show").addClass("input-password-hide"); c.find(".fa").removeClass("fa-eye-slash").addClass("fa-eye"); b.attr("type", "password")}})})})}(window.jQuery);
|
||||
12
libs/adminlte/css/adminlte-select2.min.css
vendored
Normal file
12
libs/adminlte/css/adminlte-select2.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
11
libs/adminlte/css/adminlte.min.css
vendored
11
libs/adminlte/css/adminlte.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -1,48 +0,0 @@
|
||||
{
|
||||
"root": true,
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 5,
|
||||
"sourceType": "script"
|
||||
},
|
||||
"env": {
|
||||
"jquery": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:unicorn/recommended",
|
||||
"xo",
|
||||
"xo/browser"
|
||||
],
|
||||
"rules": {
|
||||
"capitalized-comments": "off",
|
||||
"indent": [
|
||||
"error",
|
||||
2,
|
||||
{
|
||||
"MemberExpression": "off",
|
||||
"SwitchCase": 1
|
||||
}
|
||||
],
|
||||
"multiline-ternary": [
|
||||
"error",
|
||||
"always-multiline"
|
||||
],
|
||||
"object-curly-spacing": [
|
||||
"error",
|
||||
"always"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"never"
|
||||
],
|
||||
"strict": "error",
|
||||
"unicorn/no-array-for-each": "off",
|
||||
"unicorn/no-for-loop": "off",
|
||||
"unicorn/no-null": "off",
|
||||
"unicorn/prefer-dataset": "off",
|
||||
"unicorn/prefer-includes": "off",
|
||||
"unicorn/prefer-node-append": "off",
|
||||
"unicorn/prefer-query-selector": "off",
|
||||
"unicorn/prefer-spread": "off",
|
||||
"unicorn/prevent-abbreviations": "off"
|
||||
}
|
||||
}
|
||||
6
libs/adminlte/js/adminlte.min.js
vendored
6
libs/adminlte/js/adminlte.min.js
vendored
File diff suppressed because one or more lines are too long
6
libs/bootstrap/js/bootstrap.bundle.min.js
vendored
6
libs/bootstrap/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
libs/tempus-dominus/css/tempus-dominus.min.css
vendored
Normal file
1
libs/tempus-dominus/css/tempus-dominus.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
libs/tempus-dominus/js/tempus-dominus.min.js
vendored
Normal file
6
libs/tempus-dominus/js/tempus-dominus.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user