Skip to content

Commit

Permalink
test notification
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Jun 16, 2024
1 parent 8660189 commit 0d7491f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 0 additions & 7 deletions app/asset/lib/lib.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,3 @@
import * as FileSaver from "./filesaver.js";
import * as JSZip from "./jszip.min.js";
import * as api from "./api.js";

window.notificationOptions = {
wrapperId: 'notificationWrapper',
templateFile: 'https://gigamaster.github.io/codemo/asset/notification.html',
autoClose: 3000,
autoRemove: 4000,
}
7 changes: 6 additions & 1 deletion src/template/foot.html
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,12 @@ <h5 class="text-sm font-semibold text-gray-600 dark:text-light">Gigamaster</h5>
}
}
}

window.notificationOptions = {
wrapperId: 'notificationWrapper',
templateFile: 'https://gigamaster.github.io/codemo/asset/notification.html',
autoClose: 3000,
autoRemove: 4000,
}
/* Alpine Fetch GitHub Gigamaster Repo Commits */
function commitsData() {
return {
Expand Down

0 comments on commit 0d7491f

Please sign in to comment.