Merge remote-tracking branch 'nithinphilips/master' into test

This commit is contained in:
Trevor Squillario 2012-09-27 16:36:49 -04:00
commit 1cfe48e0d8
10 changed files with 267 additions and 24 deletions

4
js/app.js Normal file → Executable file
View file

@ -85,6 +85,10 @@ function loadTabContent(tab) {
if (debug) { console.log("TAG PLAYLIST"); }
loadPlaylists();
break;
case '#tabPodcasts':
if (debug) { console.log("TAG PODCAST"); }
loadPodcasts();
break;
case '#tabPreferences':
break;
default: