Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
022bc9b6
Commit
022bc9b6
authored
Nov 21, 2015
by
David Loiret
Browse files
remote playback: fix success message
parent
40d92458
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/web/playerControl.js
View file @
022bc9b6
...
...
@@ -616,7 +616,7 @@ $(function() {
}
else
if
(
!
isURL
(
url
))
{
return
displayMessage
(
'
Not a valid URL.
'
);
}
displayMessage
(
'
URL sen
ded
successfully.
'
);
displayMessage
(
'
URL sen
t
successfully.
'
);
playerControl
.
openURL
({
url
:
url
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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