mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge remote-tracking branch 'origin/3.0'
This commit is contained in:
commit
27925f1c75
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)
|
// Modified by: Silverstripe Ltd. (changed naming of file-input-elements)
|
||||||
|
|
||||||
public function ObservableObject() {
|
function ObservableObject() {
|
||||||
this.functions = [];
|
this.functions = [];
|
||||||
}
|
}
|
||||||
ObservableObject.prototype = {
|
ObservableObject.prototype = {
|
||||||
@ -63,7 +63,7 @@ ObservableObject.prototype = {
|
|||||||
|
|
||||||
var MultiSelectorObserver = new ObservableObject();
|
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 = upload_button;
|
||||||
this.upload_button.setAttribute("disabled", "disabled");
|
this.upload_button.setAttribute("disabled", "disabled");
|
||||||
|
Loading…
Reference in New Issue
Block a user