diff options
Diffstat (limited to 'misc/authorize.js')
-rw-r--r-- | misc/authorize.js | 2 |
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); |