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:
authorRouslan Placella <rouslan@placella.com>2012-06-09 23:07:51 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:05 +0400
commit8b0f21aa0d38751b674abf949223b0085eb03c97 (patch)
treef533d21aea5981e73693786ec00647f94b12c8b9 /js/config.js
parentec5322ed2617b902144c9b4857b3c2c4dc5becbe (diff)
Fixed user preferences export/import
Diffstat (limited to 'js/config.js')
-rw-r--r--js/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/config.js b/js/config.js
index df9cbaa6b5..cdd9156ad2 100644
--- a/js/config.js
+++ b/js/config.js
@@ -690,6 +690,7 @@ function savePrefsToLocalStorage(form)
cache: false,
type: 'POST',
data: {
+ ajax_request: true,
token: form.find('input[name=token]').val(),
submit_get_json: true
},