summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
committerAndrew Dolgov <[email protected]>2008-07-25 06:11:22 +0100
commit17042fc0a28463107153c3038c566841189d9f78 (patch)
treee3cc7cf04a62b80f1a00c445783388237c631777 /feedlist.js
parent27f0d7f3f5131f0f1228686b72ead7eb97256f86 (diff)
restyle resizer
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/feedlist.js b/feedlist.js
index 1f851e0e8..5ba9ec0b8 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -489,6 +489,7 @@ function mouse_down_handler(e) {
mouse_x = 0;
mouse_y = 0;
document.onselectstart = function() { return false; };
+ return false;
}
} catch (e) {
exception_error("mouse_move_handler", e);