Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2021-04-26 19:45:36 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2021-04-26 22:10:37 +0300
commit61fac69e419b21ee4f1639cb1c6cab329a35a808 (patch)
tree0371149d91afa98926f2924fba43a9fb99885318 /.eslintrc.json
parent34dc9227309d1641ae82217004a0d1f7b0a2de27 (diff)
Replace edit user group dialog with a modal
- Replaces the edit user group jQuery UI dialog with a Bootstrap modal. - Replaces some jQuery code with vanilla JavaScript. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index f09942e85a..46b6bd9141 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -12,6 +12,7 @@
},
"globals": {
"AJAX": "readonly",
+ "bootstrap": "readonly",
"CodeMirror": "readonly",
"CommonActions": "readonly",
"CommonParams": "readonly",