From 4c7ba5856ce3bf2976094e2c19d1f99054929360 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 11 Sep 2015 10:33:36 +0000 Subject: Redirector Help ready --- js/redirect.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js/redirect.js') diff --git a/js/redirect.js b/js/redirect.js index b895ed9..16fa78c 100644 --- a/js/redirect.js +++ b/js/redirect.js @@ -204,6 +204,8 @@ Redirect.prototype = { _init : function(o) { this.description = o.description || '', this.exampleUrl = o.exampleUrl || ''; + this.exampleResult = o.exampleResult || ''; + this.error = o.error || null; this.includePattern = o.includePattern || ''; this.excludePattern = o.excludePattern || ''; this.redirectUrl = o.redirectUrl || ''; -- cgit v1.2.3