Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-01 08:00:48 +02:00 committed by GitHub
parent 5bde7f5801
commit 5cec17c962
1 changed files with 3 additions and 1 deletions

View File

@ -296,7 +296,9 @@ class ServerFolders {
};
$(".guilds.scroller").bind('mouseleave', this.serverListContextHandler);
$('head').append(this.css);
$('head').append(this.css)
.append("<script src='https://bgrins.github.io/spectrum/spectrum.js'></script>")
.append("<link rel='stylesheet' href='https://bgrins.github.io/spectrum/spectrum.css' />");
this.loadAllFolders();