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 4e21ba2 commit dfc3260Copy full SHA for dfc3260
preference-center/index.html
@@ -183,8 +183,6 @@ <h6 class="text-center">
183
</div>
184
185
<br />
186
- <!-- For debugging, delete when done -->
187
- <pre id="console"></pre>
188
189
190
<pre id="console"></pre>
@@ -246,21 +244,7 @@ <h6 class="text-center">
246
244
important_push: `${importantPush}`,
247
245
});
248
249
- // For debugging purposes
250
- document.querySelector("#console").textContent =
251
- `Preferences updated: ${JSON.stringify(
252
- {
253
- marketingPush,
254
- marketingSms,
255
- marketingEmail,
256
- importantPush,
257
- importantEmail,
258
- importantSms,
259
- },
260
- null,
261
- 2,
262
- )}`;
263
- // OneSignalIamApi.close(event);
+ OneSignalIamApi.close(event);
264
}
265
266
function trackClick(event) {
0 commit comments