aboutsummaryrefslogtreecommitdiff
path: root/js/redirect.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/redirect.js')
-rw-r--r--js/redirect.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/js/redirect.js b/js/redirect.js
index 7433027..f0b429d 100644
--- a/js/redirect.js
+++ b/js/redirect.js
@@ -155,11 +155,6 @@ Redirect.prototype = {
}
this.exampleResult = match.redirectTo;
-
- if (this.getMatch(this.exampleResult, true).isMatch) {
- this.exampleResult = '';
- this.error = 'Result matches the redirect again, causing endless loop.'
- }
},
isRegex: function() {