summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/ajax.js2
-rw-r--r--misc/authorize.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ajax.js b/misc/ajax.js
index b1688e0d4..d61af3ec8 100644
--- a/misc/ajax.js
+++ b/misc/ajax.js
@@ -286,7 +286,7 @@ Drupal.ajax.prototype.getEffect = function (response) {
}
return effect;
-}
+};
/**
* Handler for the form redirection error.
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);