diff --git a/feedlist.js b/feedlist.js index 004ae4629..62fceca37 100644 --- a/feedlist.js +++ b/feedlist.js @@ -7,7 +7,7 @@ var mouse_is_down = false; var mouse_y = 0; var mouse_x = 0; -var enable_resize = false; +var resize_enabled = false; function viewCategory(cat) { active_feed_is_cat = true; @@ -485,13 +485,13 @@ function mouse_move_handler(e) { } } -function resize_enabled(b) { - enable_resize = b; +function enable_resize(b) { + resize_enabled = b; } function mouse_down_handler(e) { try { - if (enable_resize) { + if (resize_enabled) { mouse_is_down = true; mouse_x = 0; mouse_y = 0; diff --git a/functions.php b/functions.php index 5d4966865..967739241 100644 --- a/functions.php +++ b/functions.php @@ -4601,7 +4601,8 @@ print "