MINOR Fixed js error

This commit is contained in:
Ingo Schommer 2011-03-16 10:15:01 +13:00
parent 10abaf0293
commit d96f2cb340

View File

@ -338,7 +338,7 @@ TableListRecord.prototype = {
'data' : {'ajax': 1}, 'data' : {'ajax': 1},
success : function() { success : function() {
self.select_success(); self.select_success();
} },
failure : ajaxErrorHandler failure : ajaxErrorHandler
}); });
}, },