mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX Fixed missing comma in LeftAndMain.AddForm
This commit is contained in:
parent
c30ae6711e
commit
ce7a96b116
@ -58,7 +58,7 @@
|
||||
},
|
||||
onunmatch: function() {
|
||||
this._super();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Function: onsubmit
|
||||
|
@ -640,7 +640,6 @@ jQuery.noConflict();
|
||||
onunmatch: function() {
|
||||
this._super();
|
||||
},
|
||||
|
||||
redrawTabs: function() {
|
||||
this.rewriteHashlinks();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user