We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aaf686 commit 662bfb9Copy full SHA for 662bfb9
Adjust/example-app-fbpixel/src/main/assets/AdjustExample-FbPixel.html
@@ -93,7 +93,7 @@ <h1 style="width:400px;height:35px;text-align:center;">Adjust Facebook Pixel Dem
93
var btnDisableOfflineMode = document.getElementById('btnDisableOfflineMode')
94
btnDisableOfflineMode.onclick = function(e) {
95
e.preventDefault();
96
- Adjust.switchToOnlineMode();
+ Adjust.switchBackToOnlineMode();
97
}
98
99
var btnEnableSdk = document.getElementById('btnEnableSdk')
0 commit comments