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:
Sean Harvey 2008-08-09 05:02:29 +00:00
parent f44598dc3a
commit 9515ef3fc1

View File

@ -14,7 +14,7 @@ ComplexTableFieldPopupForm.prototype = {
loadNewPage : function(content) {
this.innerHTML = content;
}
},
submitForm : function(e) {
// if custom validation implementation (extend class to implement)