diff options
Diffstat (limited to 'js/redirect.js')
-rw-r--r-- | js/redirect.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/redirect.js b/js/redirect.js index 65d6132..0eb422f 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -19,7 +19,7 @@ Redirect.requestTypes = { script : "Scripts", image : "Images", imageset: "Responsive Images in Firefox", - object : "Objects (e.g. Flash videos, Java applets)", + object : "Objects (e.g. Flash content, Java applets)", xmlhttprequest : "XMLHttpRequests (Ajax)", history : "HistoryState", other : "Other" @@ -161,8 +161,8 @@ Redirect.prototype = { // this.error = 'The redirect result must start with http:// or https://, current result is: "' + match.redirectTo; // return; //} - - if (!match.isMatch) { + + if (!match.isMatch) { this.error = 'The include pattern does not match the example url.'; return; } |