Skip to content

Commit

Permalink
Merge pull request #47 from QWp6t/V2.97a.20131201+DEV
Browse files Browse the repository at this point in the history
Sets page title to link title
  • Loading branch information
scottschiller committed Jul 2, 2014
2 parents 7fb62af + b34765d commit cd03b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/page-player/script/page-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ function PagePlayer() {
oPeak: self.select('peak',oLI),
oGraph: self.select('spectrum-box',oLI),
className: self.css.sPlaying,
originalTitle: o.innerHTML,
originalTitle: o.title || o.textContent,
metadata: null
};

Expand Down Expand Up @@ -1075,4 +1075,4 @@ soundManager.useFlashBlock = true;
soundManager.onready(function() {
pagePlayer = new PagePlayer();
pagePlayer.init(typeof PP_CONFIG !== 'undefined' ? PP_CONFIG : null);
});
});

0 comments on commit cd03b63

Please sign in to comment.