summaryrefslogtreecommitdiff
path: root/misc/authorize.js
diff options
context:
space:
mode:
Diffstat (limited to 'misc/authorize.js')
-rw-r--r--misc/authorize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/authorize.js b/misc/authorize.js
index 28788f3de..3445d599a 100644
--- a/misc/authorize.js
+++ b/misc/authorize.js
@@ -24,6 +24,6 @@ Drupal.behaviors.authorizeFileTransferForm = {
$('#edit-submit-connection').hide();
$('#edit-submit-process').show();
}
-}
+};
})(jQuery);