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:
authorMarc Delisle <marc@infomarc.info>2014-04-10 14:12:01 +0400
committerMarc Delisle <marc@infomarc.info>2014-04-10 14:12:01 +0400
commit9115548f00f1e2a2efb1a8b8c0075d876483a6b5 (patch)
tree4e7097141b48a9cb022a267c1ce1a7703d62e9db /js/export.js
parent8827ef7c76a44a283c85e7bcd1629994603ed804 (diff)
parentabe4702d871faf1d930ea0fd77008a3a9189af25 (diff)
Merge commit 'abe4702'
Diffstat (limited to 'js/export.js')
-rw-r--r--js/export.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/export.js b/js/export.js
index b2cd02d962..6381bcc0b6 100644
--- a/js/export.js
+++ b/js/export.js
@@ -220,7 +220,7 @@ function toggle_quick_or_custom()
var time_out;
function check_time_out(time_limit)
{
- if(typeof time_limit === 'undefined' || time_limit === 0) {
+ if (typeof time_limit === 'undefined' || time_limit === 0) {
return true;
}
//margin of one second to avoid race condition to set/access session variable