Skip to content

Commit

Permalink
🍱 Publish production assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Dec 12, 2019
1 parent caafb4b commit a07940f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/notify.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/images/error.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/success.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/notify.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions resources/js/notify.js
Expand Up @@ -7,11 +7,11 @@
* @link https://github.com/mckenziearts/laravel-notify
*/

const notification = document.querySelector('.notify-alert, .smiley-alert, .connectify-alert');
const notification = document.querySelector('.notify-alert, .smiley-alert, .connectify-alert, .emoticon-alert');
const drakiky = document.querySelector('.drake-alert');

if (notification) {
const button = document.querySelector('.notify-alert button, .smiley-alert button, .connectify-alert button');
const button = document.querySelector('.notify-alert button, .smiley-alert button, .connectify-alert button, .emoticon-alert button');

switch (notify.position) {
case "top-left":
Expand Down

0 comments on commit a07940f

Please sign in to comment.