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:
authorDan Ungureanu <udan1107@gmail.com>2015-03-11 15:52:04 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-03-11 15:52:04 +0300
commit5e27e54f60017ab3e2453cbf24fb7b60859b5fe7 (patch)
tree61f33a05a5c5fadff8258d2f7fbdbc9b685f301e /js/export.js
parent6d4b3cea91f4d8dfdc90ad25b2054f6404112e03 (diff)
Fix minor coding style issues.
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
Diffstat (limited to 'js/export.js')
-rw-r--r--js/export.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/export.js b/js/export.js
index 09b20cd330..265a5804a4 100644
--- a/js/export.js
+++ b/js/export.js
@@ -354,14 +354,14 @@ AJAX.registerOnload('export.js', function () {
$("#scroll_to_options_msg").hide();
$("#format_specific_opts div.format_specific_options")
- .hide()
- .css({
- "border": 0,
- "margin": 0,
- "padding": 0
- })
- .find("h3")
- .remove();
+ .hide()
+ .css({
+ "border": 0,
+ "margin": 0,
+ "padding": 0
+ })
+ .find("h3")
+ .remove();
toggle_quick_or_custom();
toggle_structure_data_opts($("select#plugins").val());
toggle_sql_include_comments();