if cookie doesn't exist, default to "created"
This commit is contained in:
parent
9511569ed4
commit
9eaebfd1c2
@ -1,5 +1,5 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
var order_pool = $.cookie("shm_ui-order-pool");
|
var order_pool = $.cookie("shm_ui-order-pool") || "created";
|
||||||
$("#order_pool option[value="+order_pool+"]").attr("selected", true);
|
$("#order_pool option[value="+order_pool+"]").attr("selected", true);
|
||||||
|
|
||||||
$('#order_pool').change(function(){
|
$('#order_pool').change(function(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user