mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Fixed js error
This commit is contained in:
parent
10abaf0293
commit
d96f2cb340
@ -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
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user