From 5fcb6bfcd42d88a6198ba87d5c5ffbe89f814102 Mon Sep 17 00:00:00 2001 From: Don Mitchell Date: Tue, 29 Jan 2013 13:16:21 -0500 Subject: [PATCH] Remove debug code --- cms/static/js/base.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/static/js/base.js b/cms/static/js/base.js index a39056bde3..9f5e493aad 100644 --- a/cms/static/js/base.js +++ b/cms/static/js/base.js @@ -291,7 +291,6 @@ function checkHoverState(event, ui) { var draggable = $(this).data("ui-draggable"), x1 = (draggable.positionAbs || draggable.position.absolute).left + (draggable.helperProportions.width / 2), y1 = (draggable.positionAbs || draggable.position.absolute).top + (draggable.helperProportions.height / 2); -var debugEle = $('article:first-of-type > section > div > ol:first-of-type > li:nth-of-type(2)').first(); $('.collapsed').each(function() { $.extend(this, {offset : $(this).offset()});