From b968d260fd85f4be24ef53615e0c03a46bef5210 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Fri, 28 Oct 2011 14:54:09 -0700 Subject: [PATCH] [#263] Remove DOM hacks to reposition elements --- public/javascripts/application.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/public/javascripts/application.js b/public/javascripts/application.js index 7528520f..d350fab0 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -506,16 +506,6 @@ jQuery(document).ready(function($) { // deal with potentially problematic super-long titles $(".title-bar h2").css({paddingRight: $(".title-bar-actions").outerWidth() + 15 }); - // move email checkbox inside div.box - $("#issue-form > p").clone().appendTo("#issue-form .box"); - $("#issue-form > p").remove(); - - // move preview area inside div.box - if ($("form#issue-list").size() > 0 ) { // only do this on the issue list page - $("#issue-form-wrap #preview").remove(); - $("#issue-form .box").append("
"); - } - // rejigger the main-menu sub-menu functionality. $("#main-menu .toggler").remove(); // remove the togglers so they're inserted properly later.