diff --git a/js/inject/debug.js b/js/inject/debug.js index 0ae3544..c4b12c0 100644 --- a/js/inject/debug.js +++ b/js/inject/debug.js @@ -359,7 +359,7 @@ var inject = function () { '' + '' + '' + '' + @@ -423,12 +423,12 @@ var inject = function () { function markHoverElt () { if (hoverScopeElt) { - hoverScopeElt.addClass('batarang-selected'); + hoverScopeElt.addClass('bat-selected'); } } function unmarkHoverElt () { if (hoverScopeElt) { - hoverScopeElt.removeClass('batarang-selected'); + hoverScopeElt.removeClass('bat-selected'); } }