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

Unified Diff: options.js

Issue 6528746257383424: Issue 1708 - Integrate first-run page changes in Chrome/Opera/Safari (Closed)
Patch Set: Rebased again Created Dec. 19, 2014, 3:45 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
Index: options.js
===================================================================
--- a/options.js
+++ b/options.js
@@ -89,18 +89,16 @@ function loadOptions()
function onMessage(msg)
{
switch (msg.type)
{
case "add-subscription":
startSubscriptionSelection(msg.title, msg.url);
break;
- default:
Sebastian Noack 2014/12/19 17:57:53 While changing this code, mind changing the verbos
Wladimir Palant 2014/12/19 19:38:42 Done.
- console.log("got unexpected message: " + msg.type);
}
};
// Reloads the displayed subscriptions and filters
function reloadFilters()
{
// Load user filter URLs
var container = document.getElementById("filterLists");
« ext/background.js ('K') | « metadata.common ('k') | safari/ext/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld