mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Javascript error in ComplexTableField_popup.js - missing a comma in an object literal which broke ajax updates in the CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60213 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f44598dc3a
commit
9515ef3fc1
@ -14,7 +14,7 @@ ComplexTableFieldPopupForm.prototype = {
|
|||||||
|
|
||||||
loadNewPage : function(content) {
|
loadNewPage : function(content) {
|
||||||
this.innerHTML = content;
|
this.innerHTML = content;
|
||||||
}
|
},
|
||||||
|
|
||||||
submitForm : function(e) {
|
submitForm : function(e) {
|
||||||
// if custom validation implementation (extend class to implement)
|
// if custom validation implementation (extend class to implement)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user