Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
4.1.2
Elementor Website Builder – more than just a page builder
v4.1.2
Switch version
4.3.0-beta2
4.3.0-beta1
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.2.0-beta2
4.2.0-dev2
4.2.0-beta1
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta3
4.1.0-dev3
4.0.9
4.1.0-beta2
4.1.0-dev2
4.0.8
4.1.0-beta1
4.1.0-dev1
4.0.7
All 451 releases
Overview
Code
elementor
/
assets
/
js
/
common-modules.strings.js
common-modules.strings.js
in Elementor Website Builder – more than just a page builder 4.1.2, at assets/js/common-modules.strings.js
21 lines
431 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
__
(
'
Uploading...
'
)
,
2
sticky
:
true
,
3
} )
;
4
}
5
6
return
args
;
7
}
8
9
applyAfterCreate
(
data
,
args
)
{
10
if
(
args
.
options
?.
progress
)
{
11
this
.
toast
.
hide
(
)
;
12
}
13
14
return
data
;
15
}
16
17
async
run
(
)
{
18
this
.
file
=
this
.
args
.
file
;
19
20
if
(
this
.
file
.
size
>
parseInt
(
window
.
_wpPluploadSettings
.
defaults
.
filters
.
max_file_size
,
10
)
)
{
21
throw
new
Error
(
__
(
'
The file exceeds the maximum upload size for this site.
'
,
'
elementor
'
)
;