Skip to content

Commit

Permalink
Fix 163 music typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zengxi committed Aug 25, 2015
1 parent e6abd55 commit 0deec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/music.163.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ var s = document.createElement('script');
s.type = 'text/javascript';
s.innerText = ' \
(function() { \
window.GAboard=window.contentFrame.GAbroad = false; \
window.GAbroad=window.contentFrame.GAbroad = false; \
}());';
document.body.appendChild(s);

0 comments on commit 0deec97

Please sign in to comment.