Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
76713ff1
Commit
76713ff1
authored
May 01, 2020
by
Roman Karwacik
Browse files
Merge branch 'fix-autoreload' into 'master'
Fix autoreload See merge request
!31
parents
1ce941e8
190e2bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/lecture.html
View file @
76713ff1
...
...
@@ -131,8 +131,7 @@ $(function() {
})
});
$
(
document
).
ready
(
function
()
{
$
(
"
a.reloadonclose
"
).
click
(
function
()
{
$
(
document
).
on
(
"
click
"
,
"
a.reloadonclose
"
,
function
()
{
var
popup
=
window
.
open
(
this
.
href
,
this
.
target
);
if
(
!
popup
)
return
true
;
...
...
@@ -143,7 +142,9 @@ $(document).ready(function() {
};
},
500
);
return
false
;
});
});
$
(
document
).
ready
(
function
()
{
$
(
"
a.chapterlink
"
).
click
(
function
()
{
videojs
(
'
videoplayer
'
).
currentTime
(
$
(
this
).
data
(
"
seek-time
"
));
return
false
;
...
...
Roman Karwacik
@romank
mentioned in issue
#381 (closed)
·
May 01, 2020
mentioned in issue
#381 (closed)
mentioned in issue #381
Toggle commit list
Write
Preview
Supports
Markdown
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