mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR SSF-124 added missing ";" for keep SilverStripe Code Convention
This commit is contained in:
parent
afdac50ef1
commit
1cf2e2ca12
@ -67,7 +67,7 @@
|
|||||||
|
|
||||||
var params = this.serializeArray();
|
var params = this.serializeArray();
|
||||||
this._reloadSitetree(params);
|
this._reloadSitetree(params);
|
||||||
this._reloadListview(params)
|
this._reloadListview(params);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user