and update the select box from cookie
This commit is contained in:
parent
0b45042161
commit
8336fbfce5
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ $(function() {
|
|||
});
|
||||
|
||||
if($.cookie("ui-image-zoom")) {
|
||||
$("#zoomer").val($.cookie("ui-image-zoom"));
|
||||
zoom($.cookie("ui-image-zoom"));
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue