Jump to content

User:Hughey/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Time to wait in ms before showing a popup on hover. Default = 500
// @property POPUP_DELAY
mw.popups.render.POPUP_DELAY = 1500;
// Time to wait in ms before closing a popup on de-hover. Default = 300
// @property POPUP_CLOSE_DELAY
mw.popups.render.POPUP_CLOSE_DELAY = 300;
// Time to wait in ms before starting the API queries on hover, must be <= POPUP_DELAY. Default = 50
// @property API_DELAY
mw.popups.render.API_DELAY = 50;