diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-29 11:13:49 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-29 11:13:49 -0400 |
| commit | d14b7014abb0de4bbc57736af4651886c4372a9d (patch) | |
| tree | 5db5618b3b54cafbd60bff503b5a33f617f63331 /www/js | |
| parent | 746bf3b4daceb92896509997d4e952fe0a842779 (diff) | |
#56 - forked a version of cordova-media and took out permissions I don't need
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/EventServer.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index bde58e3e..4f132691 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -375,6 +375,7 @@ angular.module('zmApp.controllers') } + console.log ("*********** MEDIA BLOG IS "+mediasrc); media = $cordovaMedia.newMedia(mediasrc); /* var push = PushNotification.init( { "android": @@ -450,6 +451,7 @@ angular.module('zmApp.controllers') { // alarm received in foregroun //var str=data.additionalData.alarm_details; + console.log ("PLAYING MEDIA"); media.play(); var str = data.message; // console.log ("***STRING: " + str + " " +str.status); |
