Pārlūkot izejas kodu

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

Enrico Berti 8 gadi atpakaļ
vecāks
revīzija
b79f3ed

+ 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);
       }