cbcoding / RadioEnhancer

Adds many new features to Pandora's new HTML5 interface.
http://cbcoding.com
7 stars 11 forks source link

'Love on Like' Last.fm feature logs to console #14

Closed zephster closed 12 years ago

zephster commented 12 years ago

The actual debugLog call itself was run before the function, and ran regardless of last.fm auth status as long as the setting for the feature was set to 'true'.

Fix: moved the debugLog statement into the function itself. It is in the repo.

zephster commented 12 years ago

Fixed.