Quellcode durchsuchen

HUE-6460 [core] jHueNotify adds extra spaces when the notification is too fast

Enrico Berti vor 8 Jahren
Ursprung
Commit
b79f3ed698
1 geänderte Dateien mit 0 neuen und 8 gelöschten Zeilen
  1. 0 8
      desktop/core/src/desktop/static/desktop/js/jquery.notify.js

+ 0 - 8
desktop/core/src/desktop/static/desktop/js/jquery.notify.js

@@ -76,14 +76,6 @@
       }
       el.find(".message").html("<strong>" + _this.options.message + "</strong>");
 
-      hueUtils.initNiceScroll(el.find(".message"), {
-        cursorcolor: scrollColor,
-        cursorborder: '1px solid ' + scrollColor,
-        horizrailenabled: false,
-        zindex: 14000,
-        railoffset: {left: 5},
-      });
-
       if (_this.options.css != null) {
         el.attr("style", _this.options.css);
       }