Skip to content

Commit

Permalink
Remove old tracks popup link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Jul 19, 2009
1 parent 188d038 commit 9a47cc8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions static/playdar.js
Expand Up @@ -838,12 +838,7 @@ Playdar.StatusBar.prototype = {
this.playdar_links = document.createElement("p"); this.playdar_links = document.createElement("p");
this.playdar_links.style.margin = 0; this.playdar_links.style.margin = 0;


this.playdar_links.innerHTML = '<a href="' + this.get_queries_popup_url() this.playdar_links.innerHTML = Playdar.client.get_disconnect_link_html();
+ '" target="' + Playdar.QUERIES_POPUP_NAME
+ '" onclick="Playdar.status_bar.open_queries_popup(); return false;'
+ '">Tracks</a>'
+ ' | '
+ Playdar.client.get_disconnect_link_html();
right_col.appendChild(this.playdar_links); right_col.appendChild(this.playdar_links);


// - Query count // - Query count
Expand Down

0 comments on commit 9a47cc8

Please sign in to comment.