Преглед изворни кода

comment one signal version

master
Daniel пре 2 година
родитељ
комит
988729efd4
1 измењених фајлова са 11 додато и 1 уклоњено
  1. +11
    -1
      src/client/app/js/app/util/OneSignal.js

+ 11
- 1
src/client/app/js/app/util/OneSignal.js Прегледај датотеку

@@ -77,7 +77,17 @@ app.util.OneSignal = (function(){
{
// fail silently
}
// Woher wissen wir welche cordova version hier aktuell läuft?
// if (cordova version == 2) {
// OneSignal
// .startInit( appId )
// .handleNotificationOpened( cbNotificationOpened )
// .endInit();
// } else {
// OneSignal.setAppId(appId);
// }
OneSignal
.startInit( appId )
.handleNotificationOpened( cbNotificationOpened )


Loading…
Откажи
Сачувај