From 4316cee39c62e6cdcfd4b42e68c21e1954d2021d Mon Sep 17 00:00:00 2001 From: earthlng Date: Wed, 25 Apr 2018 22:52:25 +0200 Subject: [PATCH] Updated 3.3 Updater Scripts (markdown) --- 3.3-Updater-Scripts.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 6d46053..0da77db 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -95,10 +95,8 @@ With `-merge` it's best to always add a comment behind your overrides to make th user_pref("dom.netinfo.enabled", false); // 25xx - enforcing false -- for v4.0 space(s) also works ``` -If you want the `-merge` function to comment out an active user_pref line you have to use this **exact** format: +If you want the `-merge` function to comment out a pref you have to use this **exact** format: ```js //// --- comment-out --- 'prefname.goes.here' ``` Anything after the closing single-quote is optional and can be used for comments/reminders. (see example above) - -