From a737466e6856f63fdb39dfd42231b7283125e281 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sun, 30 Aug 2015 01:54:55 -0700 Subject: [PATCH] fix remove hack causing looping --- client/commonFramework.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/commonFramework.js b/client/commonFramework.js index 91af03d409..dd91756e06 100644 --- a/client/commonFramework.js +++ b/client/commonFramework.js @@ -739,7 +739,6 @@ function bonfireExecute(shouldTest) { setTimeout(function() { var $marginFix = $('.innerMarginFix'); $marginFix.css('min-height', $marginFix.height()); - $('#submitButton').click(); }, 1000); }