mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00: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();
|
||||
this._reloadSitetree(params);
|
||||
this._reloadListview(params)
|
||||
this._reloadListview(params);
|
||||
|
||||
return false;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user