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

Unified Diff: lib/subscriptionInit.js

Issue 29879555: Issue 6892 - Update adblockplusui dependency to hg:7386698260f4 (Closed)
Patch Set: Updated adblockplusui dependency to include preliminary translations Created Sept. 13, 2018, 4:07 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 | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/subscriptionInit.js
===================================================================
--- a/lib/subscriptionInit.js
+++ b/lib/subscriptionInit.js
@@ -291,7 +291,7 @@
// The first run page notifies the user about the data corruption.
let url;
if (firstRun || dataCorrupted)
- url = "firstRun.html";
+ url = "first-run.html";
else
url = "updates.html";
browser.tabs.create({url});
« no previous file with comments | « dependencies ('k') | metadata.chrome » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld