From 239262b5f3c44ea4f64cbd3509ba21cbd8c60f4d Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Wed, 5 Nov 2014 09:51:33 +0000 Subject: Fix missing description, issue #6 --- chrome/js/redirect.js | 1 + install.rdf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/js/redirect.js b/chrome/js/redirect.js index eab14f8..5985dcf 100644 --- a/chrome/js/redirect.js +++ b/chrome/js/redirect.js @@ -53,6 +53,7 @@ Redirect.prototype = { toObject : function() { return { exampleUrl : this.exampleUrl, + description : this.description, includePattern : this.includePattern, excludePattern : this.excludePattern, redirectUrl : this.redirectUrl, diff --git a/install.rdf b/install.rdf index 63ef524..d2c4cef 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ redirector@einaregilsson.com Redirector - 2.8.3 + 2.8.4 Einar Egilsson Noah Luck Easterly Automatically redirects to user-defined urls on certain pages -- cgit v1.2.3