Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
d672ac13
Commit
d672ac13
authored
Mar 02, 2021
by
Kevin Gutierrez
Browse files
Use spaces
parent
4e3eb54b
Changes
6
Show whitespace changes
Inline
Side-by-side
wagtailvideos/static/wagtailvideos/css/edit-video.css
View file @
d672ac13
wagtailvideos/static/wagtailvideos/js/add-multiple.js
View file @
d672ac13
...
@@ -39,7 +39,11 @@ $(function() {
...
@@ -39,7 +39,11 @@ $(function() {
});
});
}).
done
(
function
()
{
}).
done
(
function
()
{
data
.
context
.
find
(
'
.start
'
).
prop
(
'
disabled
'
,
false
);
data
.
context
.
find
(
'
.start
'
).
prop
(
'
disabled
'
,
false
);
if
(
that
.
_trigger
(
'
added
'
,
e
,
data
)
!==
false
&&
(
options
.
autoUpload
||
data
.
autoUpload
)
&&
data
.
autoUpload
!==
false
)
{
if
(
that
.
_trigger
(
'
added
'
,
e
,
data
)
!==
false
&&
(
options
.
autoUpload
||
data
.
autoUpload
)
&&
data
.
autoUpload
!==
false
)
{
data
.
submit
();
data
.
submit
();
}
}
}).
fail
(
function
()
{
}).
fail
(
function
()
{
...
@@ -64,7 +68,7 @@ $(function() {
...
@@ -64,7 +68,7 @@ $(function() {
return
false
;
return
false
;
}
}
var
progress
=
Math
.
floor
(
(
data
.
loaded
/
data
.
total
)
*
100
);
var
progress
=
Math
.
floor
(
data
.
loaded
/
data
.
total
*
100
);
data
.
context
.
each
(
function
()
{
data
.
context
.
each
(
function
()
{
$
(
this
)
$
(
this
)
.
find
(
'
.progress
'
)
.
find
(
'
.progress
'
)
...
@@ -77,7 +81,7 @@ $(function() {
...
@@ -77,7 +81,7 @@ $(function() {
},
},
progressall
:
function
(
e
,
data
)
{
progressall
:
function
(
e
,
data
)
{
var
progress
=
parseInt
(
(
data
.
loaded
/
data
.
total
)
*
100
,
10
);
var
progress
=
parseInt
(
data
.
loaded
/
data
.
total
*
100
,
10
);
$
(
'
#overall-progress
'
)
$
(
'
#overall-progress
'
)
.
addClass
(
'
active
'
)
.
addClass
(
'
active
'
)
.
attr
(
'
aria-valuenow
'
,
progress
)
.
attr
(
'
aria-valuenow
'
,
progress
)
...
...
wagtailvideos/templates/wagtailvideos/homepage/videos_summary.html
View file @
d672ac13
wagtailvideos/templates/wagtailvideos/multiple/add.html
View file @
d672ac13
wagtailvideos/templates/wagtailvideos/multiple/edit_form.html
View file @
d672ac13
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
{% endif %}
{% endif %}
</div>
</div>
<script>
<script>
var
thumb
=
$
(
"
[data-video-thumb=
\"
"
+
{{
video
.
id
}}
+
"
\"
]
"
);
var
thumb
=
$
(
"
[data-video-thumb=
\"
"
+
{{
video
.
id
}}
+
"
\"
]
"
);
$
(
"
[data-thumb-target=
\"
"
+
{{
video
.
id
}}
+
"
\"
]
"
).
append
(
thumb
);
$
(
"
[data-thumb-target=
\"
"
+
{{
video
.
id
}}
+
"
\"
]
"
).
append
(
thumb
);
</script>
</script>
wagtailvideos/templates/wagtailvideos/videos/results.html
View file @
d672ac13
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment