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:
authorChirayu Chiripal <chirayu.chiripal@gmail.com>2014-06-19 14:51:48 +0400
committerChirayu Chiripal <chirayu.chiripal@gmail.com>2014-06-19 15:40:55 +0400
commitc8a6ea0467b7992c64f1170ac07d3e34e04047c8 (patch)
tree009ee3d9ff81778516677c4bddcef1a5e8b4befb /js/export.js
parentee412e6cdb2579f42381324e14aa8a294ce170d1 (diff)
scrutinizer issues fix
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
Diffstat (limited to 'js/export.js')
-rw-r--r--js/export.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/export.js b/js/export.js
index 012d618069..96afdd13aa 100644
--- a/js/export.js
+++ b/js/export.js
@@ -278,7 +278,7 @@ function aliasSelectHandler(event) {
*
* @return void
*/
- function createAliasModal(event) {
+function createAliasModal(event) {
event.preventDefault();
$('#alias_modal').dialog({
width: Math.min($(window).width() - 100, 700),
@@ -314,7 +314,7 @@ function aliasSelectHandler(event) {
},
position: 'center'
});
- }
+}
AJAX.registerOnload('export.js', function () {
$("input[type='radio'][name='quick_or_custom']").change(toggle_quick_or_custom);