Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
aa
wiki
Commits
24c09272
Commit
24c09272
authored
Apr 12, 2012
by
Michael Murtaugh
Browse files
removed console.log on exception
parent
90d3f3ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
aawiki/static/aawiki/js/jquery.aamediasync.js
View file @
24c09272
...
...
@@ -81,9 +81,9 @@ function aaMediaSync (element, opts) {
elt
.
setCurrentTime
(
t
);
}
else
{
try
{
elt
.
currentTime
=
t
;
elt
.
currentTime
=
t
;
}
catch
(
e
)
{
console
.
log
(
"
error setting time
"
,
elt
,
t
);
//
console.log("error setting time", elt, t);
}
}
}
...
...
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