Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: ext/background.js

Issue 6141186662203392: Issue 1814 - Use ext.showOptions() on the first-run page (Closed)
Patch Set: Created Jan. 15, 2015, 12:57 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « background.js ('k') | messageResponder.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ext/background.js
===================================================================
--- a/ext/background.js
+++ b/ext/background.js
@@ -70,9 +70,14 @@
{
this._keys.splice(index, 1);
this._values.splice(index, 1);
}
}
};
global.ext.PageMap = PageMap;
+
+ global.ext.showOptions = function()
+ {
+ window.open("http://example.com/options.html", "_blank");
+ };
})(this);
« no previous file with comments | « background.js ('k') | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld