forked from science-ation/science-ation
Fix awards page to work with IE7 -- removed extraneous comma's at end of object/arrays
This commit is contained in:
parent
931c9603b3
commit
b3db4fb5f6
@ -377,7 +377,7 @@ function prizelist_refresh()
|
||||
$("#prizelist_order_"+rows[i].id).html(i);
|
||||
}
|
||||
},
|
||||
dragHandle: "drag_handle",
|
||||
dragHandle: "drag_handle"
|
||||
});
|
||||
}
|
||||
|
||||
@ -548,7 +548,7 @@ $(document).ready(function() {
|
||||
return true;
|
||||
},
|
||||
collapsible: true,
|
||||
selected: -1, /* None selected */
|
||||
selected: -1 /* None selected */
|
||||
});
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user