fix a bug in saving the award order (we need to .load on a div that actually exists)

This commit is contained in:
james 2011-03-28 18:36:58 +00:00
parent 75e7d4e574
commit 497f6eddd7

View File

@ -905,7 +905,7 @@ function awardlist_refresh()
onDrop: function(table, row) {
var order = $.tableDnD.serialize();
// $(row).fadeTo('fast',1);
$("#award_info").load("<?=$_SERVER['PHP_SELF']?>?action=award_order&"+order);
$("#debug").load("<?=$_SERVER['PHP_SELF']?>?action=award_order&"+order);
/* Change the order */
var rows = table.tBodies[0].rows;