Skip to content

Commit

Permalink
Update plugins.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen authored Mar 14, 2021
1 parent befa1bf commit 3085dac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions js/plugins.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*!
* BWB (http://bwb.js.org)
* Copyright (c) 2021 bwb.js.org
* Licensed under MIT (https://github.com/shbwb/bwb/blob/main/LICENSE)
*/
/*! plugins.js | MIT License */
function snackbar() {
var x = document.getElementById("snackbar")
x.className = "show";
Expand Down

0 comments on commit 3085dac

Please sign in to comment.