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() {
|
onunmatch: function() {
|
||||||
this._super();
|
this._super();
|
||||||
}
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function: onsubmit
|
* Function: onsubmit
|
||||||
|
@ -640,7 +640,6 @@ jQuery.noConflict();
|
|||||||
onunmatch: function() {
|
onunmatch: function() {
|
||||||
this._super();
|
this._super();
|
||||||
},
|
},
|
||||||
|
|
||||||
redrawTabs: function() {
|
redrawTabs: function() {
|
||||||
this.rewriteHashlinks();
|
this.rewriteHashlinks();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user