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-12-18 16:26:06 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-18 16:26:06 +0300
commit0653435b83dec941d9885fdcd4ffb06fd6b7880d (patch)
tree53f9cf11162c96c21f3c7d5db56c571477610775 /js/export.js
parentf136eaeb189808242524f9111fff7cd326c30351 (diff)
Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
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 82e3ed6542..22abbaaa11 100644
--- a/js/export.js
+++ b/js/export.js
@@ -204,7 +204,7 @@ AJAX.registerOnload('export.js', function () {
*/
function toggle_quick_or_custom()
{
- if ($("input[name='quick_or_custom']").length == 0 // custom_no_form option
+ if ($("input[name='quick_or_custom']").length === 0 // custom_no_form option
|| $("#radio_custom_export").prop("checked") // custom
) {
$("#databases_and_tables").show();