|
|
@@ -151,7 +151,7 @@ document.addEventListener('deviceready', () => {
|
|
|
codePush
|
|
|
.sync(
|
|
|
{
|
|
|
- updateDialog: true,
|
|
|
+ updateDialog: false,
|
|
|
installMode: InstallMode.IMMEDIATE,
|
|
|
ignoreFailedUpdates: false
|
|
|
},
|
|
|
@@ -181,11 +181,10 @@ document.addEventListener('deviceready', () => {
|
|
|
})
|
|
|
}
|
|
|
})
|
|
|
-Facebook.init({ appId: '683776590201632' }).then(() => {
|
|
|
- console.log('Facebook init success')
|
|
|
+Facebook.init({ appId: '683776590201632', pixelId: '557748303040652' }).then(() => {
|
|
|
+ console.log('FacebookSDK initialized')
|
|
|
})
|
|
|
|
|
|
if (useStorage('showConsole', 0).value > new Date().getTime()) {
|
|
|
initEruda()
|
|
|
}
|
|
|
-console.log(8)
|