Skip to content
Snippets Groups Projects
Commit e8f979f0 authored by ale's avatar ale
Browse files

separate actions from song info

parent 5fdc5226
No related branches found
No related tags found
No related merge requests found
......@@ -83,28 +83,34 @@ $(document).ready(function() {
<div id="songInfoDiv">
</div>
<div id="pllistDiv">
<div id="metasongcontrols" class="buttonbox">
<br/>
<a id="pllistbtn">Playlists</a>
| <a id="lyricsbtn">Lyrics</a>
| <a id="wikibtn">Wikipedia</a>
| <a id="lastfmbtn">Song Info</a>
</div>
<div id="pllistDiv">
<div id="pllist" style="display: none"></div>
</div>
<div id="lyricsDiv">
<a id="lyricsbtn">Lyrics</a>
<iframe id="lyrics" width="100%" height="300" style="display: none">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
<div id="wikiDiv">
<a id="wikibtn">Wikipedia Author</a>
<iframe id="wikipedia" width="100%" height="300" style="display: none">
<iframe id="wikipedia" width="100%" height="300"
style="display: none">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
<div id="lastfmDiv">
<a id="lastfmbtn">LastFM Song Info</a>
<iframe id="lastfm" width="100%" height="300" style="display: none">
<iframe id="lastfm" width="100%" height="300"
style="display: none">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment