mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Merge branch 'resize-widget-dimensions' of https://github.com/rebugger/gridster.js into resize-widget-dimensions
Conflicts: src/jquery.gridster.js
This commit is contained in:
@@ -2907,10 +2907,12 @@
|
||||
|
||||
if (tag.styleSheet) {
|
||||
tag.styleSheet.cssText = css;
|
||||
} else {
|
||||
}
|
||||
else{
|
||||
tag.appendChild(document.createTextNode(css));
|
||||
}
|
||||
|
||||
this.remove_style_tags();
|
||||
this.$style_tags = this.$style_tags.add(tag);
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user