mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Removed jQuery dependencies from Jua.js
This commit is contained in:
parent
088945b636
commit
1802dda136
6 changed files with 224 additions and 491 deletions
|
|
@ -86,13 +86,12 @@ class ThemesUserSettings {
|
|||
initUploader() {
|
||||
if (this.background.uploaderButton() && this.capaUserBackground()) {
|
||||
const oJua = new Jua({
|
||||
'action': uploadBackground(),
|
||||
'name': 'uploader',
|
||||
'queueSize': 1,
|
||||
'multipleSizeLimit': 1,
|
||||
'disableDragAndDrop': true,
|
||||
'disableMultiple': true,
|
||||
'clickElement': this.background.uploaderButton()
|
||||
action: uploadBackground(),
|
||||
name: 'uploader',
|
||||
queueSize: 1,
|
||||
multipleSizeLimit: 1,
|
||||
disableMultiple: true,
|
||||
clickElement: this.background.uploaderButton()
|
||||
});
|
||||
|
||||
oJua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue