and update the select box from cookie
This commit is contained in:
parent
0b45042161
commit
8336fbfce5
@ -5,6 +5,7 @@ $(function() {
|
||||
});
|
||||
|
||||
if($.cookie("ui-image-zoom")) {
|
||||
$("#zoomer").val($.cookie("ui-image-zoom"));
|
||||
zoom($.cookie("ui-image-zoom"));
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user