mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-21 08:02:54 +02:00
close icon class with a quote
This commit is contained in:
Vendored
+1
-1
@@ -54,7 +54,7 @@ L.AwesomeMarkers.Icon = L.Icon.extend({
|
||||
}else{
|
||||
iconClass="icon-"+this.options.icon;
|
||||
}
|
||||
return "<i class='" + iconClass + (this.options.spin ? " icon-spin'" :"'") + "></i>";
|
||||
return "<i class='" + iconClass + (this.options.spin ? " icon-spin" :"") + "'></i>";
|
||||
},
|
||||
|
||||
_setIconStyles: function (img, name) {
|
||||
|
||||
Reference in New Issue
Block a user