Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
cb3ea07b
Commit
cb3ea07b
authored
Dec 07, 2005
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix playlist bug and change some css
parent
3c6f137d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
share/http/functions.js
share/http/functions.js
+1
-1
share/http/style.css
share/http/style.css
+1
-2
No files found.
share/http/functions.js
View file @
cb3ea07b
...
...
@@ -175,7 +175,7 @@ function parse_playlist()
{
pos
.
appendChild
(
document
.
createElement
(
"
div
"
)
);
pos
.
lastChild
.
setAttribute
(
'
class
'
,
'
pl_node
'
);
pos
.
lastChild
.
setAttribute
(
'
onclick
'
,
'
pl_play(
'
+
elt
.
getAttribute
(
'
id
'
)
+
'
);
'
);
/*pos.lastChild.setAttribute( 'onclick', 'pl_play('+elt.getAttribute( 'id' )+');' );*/
pos
.
lastChild
.
setAttribute
(
'
id
'
,
'
pl_
'
+
elt
.
getAttribute
(
'
id
'
)
);
pos
.
lastChild
.
appendChild
(
document
.
createTextNode
(
elt
.
getAttribute
(
'
name
'
)
)
);
}
...
...
share/http/style.css
View file @
cb3ea07b
...
...
@@ -111,8 +111,6 @@ div.pl_node {
}
a
.pl_leaf
{
font-style
:
normal
;
color
:
#00f
;
text-decoration
:
underline
;
display
:
block
;
}
a
.pl_leaf
:hover
{
...
...
@@ -128,6 +126,7 @@ div#browse {
position
:
absolute
;
left
:
15%
;
z-index
:
1
;
font-size
:
0.8em
;
}
div
#browse
div
.title
{
background-color
:
#008
;
...
...
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