mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Partially revert 90a154c888
(on JS files)
This commit is contained in:
parent
a6d09988ed
commit
832dae209b
4
thirdparty/multifile/multifile.js
vendored
4
thirdparty/multifile/multifile.js
vendored
@ -43,7 +43,7 @@
|
||||
|
||||
// Modified by: Silverstripe Ltd. (changed naming of file-input-elements)
|
||||
|
||||
public function ObservableObject() {
|
||||
function ObservableObject() {
|
||||
this.functions = [];
|
||||
}
|
||||
ObservableObject.prototype = {
|
||||
@ -63,7 +63,7 @@ ObservableObject.prototype = {
|
||||
|
||||
var MultiSelectorObserver = new ObservableObject();
|
||||
|
||||
public function MultiSelector( list_target, max, upload_button ){
|
||||
function MultiSelector( list_target, max, upload_button ){
|
||||
|
||||
this.upload_button = upload_button;
|
||||
this.upload_button.setAttribute("disabled", "disabled");
|
||||
|
Loading…
Reference in New Issue
Block a user