1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 04:39:15 +00:00

restyle resizer

This commit is contained in:
Andrew Dolgov
2008-07-25 06:11:22 +01:00
parent 27f0d7f3f5
commit 17042fc0a2
25 changed files with 60 additions and 226 deletions

View File

@@ -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);