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

Unified Diff: lib/prefs.js

Issue 29759558: Issue 6599 - Hotfix to drop updated page everywhere (Closed)
Patch Set: removed also skin/updates Created April 24, 2018, 10:37 a.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 | « no previous file | lib/subscriptionInit.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/prefs.js
===================================================================
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -196,24 +196,16 @@
* loaded. This preference isn't set by the extension but can be pre-configured
* externally.
*
* @type {string[]}
*/
defaults.additional_subscriptions = [];
/**
- * The version of major updates that the user is aware of. If it's too low,
- * the updates page will be shown to inform the user about intermediate changes.
- *
- * @type {number}
- */
-defaults.last_updates_page_displayed = 0;
-
-/**
* @namespace
* @static
*/
let Prefs = exports.Prefs = {
/**
* Adds a callback that is called when the
* value of a specified preference changed.
*
« no previous file with comments | « no previous file | lib/subscriptionInit.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld