From 3918386aaba9e885183aa3a09ca50e3c157cbbbe Mon Sep 17 00:00:00 2001 From: topkek Date: Sun, 28 Sep 2014 00:17:16 +0100 Subject: [PATCH] Update settings.js --- js/settings.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/settings.js b/js/settings.js index 02d5658d..64de9624 100644 --- a/js/settings.js +++ b/js/settings.js @@ -56,12 +56,8 @@ tb_settings['wpaint'] = { tb_settings['auto-reload'] = { // Minimum delay before reloading the page when at the bottom min_delay_bottom: 3000, - // Minimum delay before reloading the page when not at the bottom - min_delay_top: 10000, // Maximum delay before reloading the page max_delay: 600000, - //Delay to wait before reloading when the user scrolls to the bottom - quick_delay: 100, // Reset the delay to the minimum upon focussing the window. reset_focus: true };