From 8336fbfce5f26d47c86a868c1c006c6eb369624e Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 24 Mar 2012 11:48:44 +0000 Subject: [PATCH] and update the select box from cookie --- ext/handle_pixel/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/handle_pixel/script.js b/ext/handle_pixel/script.js index 796d55c8..b0dc126b 100644 --- a/ext/handle_pixel/script.js +++ b/ext/handle_pixel/script.js @@ -5,6 +5,7 @@ $(function() { }); if($.cookie("ui-image-zoom")) { + $("#zoomer").val($.cookie("ui-image-zoom")); zoom($.cookie("ui-image-zoom")); } });