custom startup
diff --git a/erpnext/startup/startup.js b/erpnext/startup/startup.js
index 455b850..959c854 100644
--- a/erpnext/startup/startup.js
+++ b/erpnext/startup/startup.js
@@ -110,8 +110,8 @@
 	}
 
 	erpnext.set_about();
-
-	$('#startup_div').toggle(false);
+	if(wn.control_panel.custom_startup_code)
+		eval(wn.control_panel.custom_startup_code);
 }
 
 // chart of accounts