root 5年前
コミット
f1b8bb0d54
2個のファイルの変更2行の追加2行の削除
  1. 1
    1
      resources/views/layout/master.blade.php
  2. 1
    1
      resources/views/layout/officer.blade.php

+ 1
- 1
resources/views/layout/master.blade.php ファイルの表示

@@ -74,7 +74,7 @@

// Retrieve Firebase Messaging object.
const messaging = firebase.messaging();
messaging.usePublicVapidKey("BNi8dCDetrOMaBt9JH6_enkuzNMc8TdDdQKoyeVaaAisyrP2yX3RDALlThKNcIzqVF51JLIXWWZSx14mWTkoy68");
messaging.usePublicVapidKey("BKTcW6ZaTpbLNcP13Tzp0309y2J996jXU_FxBUeVLrwMN6W2tSJpyt6W5hsUtG12tSEeNCKaZL1oxNXkyxBhaKc");

messaging.requestPermission().then(function() {
console.log("Notification permission granted.");

+ 1
- 1
resources/views/layout/officer.blade.php ファイルの表示

@@ -74,7 +74,7 @@

// Retrieve Firebase Messaging object.
const messaging = firebase.messaging();
messaging.usePublicVapidKey("BNi8dCDetrOMaBt9JH6_enkuzNMc8TdDdQKoyeVaaAisyrP2yX3RDALlThKNcIzqVF51JLIXWWZSx14mWTkoy68");
messaging.usePublicVapidKey("BKTcW6ZaTpbLNcP13Tzp0309y2J996jXU_FxBUeVLrwMN6W2tSJpyt6W5hsUtG12tSEeNCKaZL1oxNXkyxBhaKc");

messaging.requestPermission().then(function() {
console.log("Notification permission granted.");

読み込み中…
キャンセル
保存