From a146db2b5856423e6b56d5260b1f93af68d9e51f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 6 Aug 2012 14:31:53 +0530 Subject: [PATCH] build --- erpnext/startup/startup.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js index 9ea3c8959a..7594540526 100644 --- a/erpnext/startup/startup.js +++ b/erpnext/startup/startup.js @@ -100,10 +100,6 @@ erpnext.startup.start = function() { if(wn.control_panel.custom_startup_code) eval(wn.control_panel.custom_startup_code); } - - - $('body').append('') }