Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
minhyeok4dev authored Nov 27, 2024
1 parent 9d61361 commit 103bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2 class="product-title">상품 제목 2</h2>
<script src="https://cdn.flarelane.com/WebSDK.js" charset="UTF-8"></script>
<script>
FlareLane.initialize({ projectId: "a43cdc82-0ea5-4fdd-aebc-1940fe99b6c3" });
FlareLane.setInAppMessageActionHandler((iam, aId) => { console.log(`setInAppMessageActionHandler: iam: JSON.stringify(${iam}), aid: ${aId}`) });
FlareLane.setInAppMessageActionHandler((iam, aId) => { console.log(`setInAppMessageActionHandler: iam: ${JSON.stringify(iam)}, aid: ${aId}`) });
FlareLane.displayInApp("home");
let deferredPrompt;
window.addEventListener('beforeinstallprompt', (e) => {
Expand Down

0 comments on commit 103bb64

Please sign in to comment.