From 66135d2cea98ddd639303b4ecd67513203f8303e Mon Sep 17 00:00:00 2001 From: earthlng Date: Sat, 2 Nov 2019 16:27:36 +0000 Subject: [PATCH] Updated 1.6 Firefox Android (markdown) --- 1.6-Firefox-Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.6-Firefox-Android.md b/1.6-Firefox-Android.md index 5507bc0..80ad54d 100644 --- a/1.6-Firefox-Android.md +++ b/1.6-Firefox-Android.md @@ -89,7 +89,7 @@ var user_pref = function(pref, val){ console.log("pref:" + pref + " val:" + val + " e:" + e); } } -//paste your user.js file content here +//paste your user.js file content on the next line ``` - The script sets a function called `user_pref` so wherever that appears in the rest of the code (ie in the part from your `user.js`) that function is called to set the user preference. Any code for preferences that are commented out will not be run. If a preference name does not exist or is mistyped it will still be created without any warnings.