From 68e40aaa2a42d69ecf06bae69fb563d64556f8d7 Mon Sep 17 00:00:00 2001 From: Zack Rauen Date: Mon, 30 Oct 2017 17:44:51 -0400 Subject: [PATCH] hecking --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index c8747a29..9d3a52e5 100644 --- a/js/main.js +++ b/js/main.js @@ -3446,7 +3446,7 @@ class V2_SettingsPanel { if (_c["bda-es-6"]) { //Pretty emote titles - emoteNamePopup = $("
"); + var emoteNamePopup = $("
"); $(document).on("mouseover", ".emote", function () { var emote = $(this); var x = emote.offset();