mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 20:22:53 +00:00
Rename stylesheet for clarity that its about the notificationFX
This commit is contained in:
parent
b3dcc82c71
commit
5819ef346b
@ -24,7 +24,7 @@ Module.register("alert",{
|
|||||||
return ["notificationFx.js"];
|
return ["notificationFx.js"];
|
||||||
},
|
},
|
||||||
getStyles: function() {
|
getStyles: function() {
|
||||||
return ["ns-default.css", "font-awesome.css"];
|
return ["notificationFx.css", "font-awesome.css"];
|
||||||
},
|
},
|
||||||
// Define required translations.
|
// Define required translations.
|
||||||
getTranslations: function() {
|
getTranslations: function() {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Code originally from
|
* Based on work by
|
||||||
*
|
*
|
||||||
* notificationFx.js v1.0.0
|
* notificationFx.js v1.0.0
|
||||||
* http://www.codrops.com
|
* http://www.codrops.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user