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>2011-12-20 00:16:54 +0400
committerRouslan Placella <rouslan@placella.com>2011-12-20 00:16:54 +0400
commit0d7b3a5877dc71a0e43759a4bbba6f24ab1f0292 (patch)
tree3a1bd4050f7d8fee753ba73bc8d0370fa068db1a /js/db_search.js
parent8b064f07906057aeeb465dd94e74ef1cc36be453 (diff)
Globally prevent AJAX requests from being cached
Diffstat (limited to 'js/db_search.js')
-rw-r--r--js/db_search.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/js/db_search.js b/js/db_search.js
index d78729088d..4cb1396cc0 100644
--- a/js/db_search.js
+++ b/js/db_search.js
@@ -95,14 +95,6 @@ function deleteResult(result_path, msg, ajaxEnable)
}
$(document).ready(function() {
- /**
- * Set a parameter for all Ajax queries made on this page.
- * Don't let the web server serve cached pages
- */
- $.ajaxSetup({
- cache: 'false'
- });
-
/** Hide the table link in the initial search result */
var icon = PMA_getImage('s_tbl.png', '', {'id': 'table-image'}).toString();
$("#table-info").prepend(icon).hide();