user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 40a62aa38dcf85ed7dfbf2237fb9ce7d55d99cde
parent 1ed4c45051a1b8f3b051ce6e80becfd6d96c8821
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 10 Jul 2017 07:33:56 +1200

2415b: FF55+ pointerup added to default
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1077,7 +1077,7 @@ user_pref("dom.vibrator.enabled", false); /* 2415: set max popups from a single non-click event - default is 20! ***/ user_pref("dom.popup_maximum", 3); /* 2415b: limit events that can cause a popup - * default is "change click dblclick mouseup notificationclick reset submit touchend" + * default is "change click dblclick mouseup pointerup notificationclick reset submit touchend" * [1] http://kb.mozillazine.org/Dom.popup_allowed_events ***/ user_pref("dom.popup_allowed_events", "click dblclick"); /* 2416: disable idle observation ***/