and update the select box from cookie

This commit is contained in:
Shish 2012-03-24 11:48:44 +00:00
parent 0b45042161
commit 8336fbfce5

View file

@ -5,6 +5,7 @@ $(function() {
});
if($.cookie("ui-image-zoom")) {
$("#zoomer").val($.cookie("ui-image-zoom"));
zoom($.cookie("ui-image-zoom"));
}
});