forked from Cavemanon/cavepaintings
if cookie doesn't exist, default to "created"
This commit is contained in:
@@ -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(){
|
||||||
|
Reference in New Issue
Block a user