add font-awesome.css to styles of alert.js

This commit is contained in:
Tom Hirschberger 2019-02-24 11:48:14 +01:00
parent b386cea69d
commit 02ae0df2cc

View File

@ -24,7 +24,7 @@ Module.register("alert",{
return ["classie.js", "modernizr.custom.js", "notificationFx.js"]; return ["classie.js", "modernizr.custom.js", "notificationFx.js"];
}, },
getStyles: function() { getStyles: function() {
return ["ns-default.css"]; return ["ns-default.css", "font-awesome.css"];
}, },
// Define required translations. // Define required translations.
getTranslations: function() { getTranslations: function() {