Update PinDMs.plugin.js

This commit is contained in:
Mirco Wittrien 2019-06-06 18:31:24 +02:00
parent 696ad63ed9
commit 4057eabf12
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class PinDMs {
getName () {return "PinDMs";}
getVersion () {return "1.4.4";}
getVersion () {return "1.4.5";}
getAuthor () {return "DevilBro";}
@ -741,7 +741,7 @@ class PinDMs {
}
addHoverBehaviour (div, id) {
let divinner = div.querySelector(BDFDB.dotCN.dmcontainer);
let divinner = div.querySelector(BDFDB.dotCN.guildinnerwrapper);
let diviconwrapper = div.querySelector(BDFDB.dotCN.guildiconwrapper);
let divpillitem = div.querySelector(BDFDB.dotCN.guildpillitem);