fixes after merge with cms
diff --git a/erpnext/home/page/dashboard/dashboard.js b/erpnext/home/page/dashboard/dashboard.js
index 496c738..fba3cd7 100644
--- a/erpnext/home/page/dashboard/dashboard.js
+++ b/erpnext/home/page/dashboard/dashboard.js
@@ -16,7 +16,7 @@
 
 pscript.onload_dashboard = function() {
 	// load jqplot
-	wn.require('lib/css/lib/jqplot.css');
+	wn.require('js/lib/jqplot/css/jqplot.css');
 	wn.require('js/lib/jqplot/jquery.jqplot.min.js');
 	wn.require('js/lib/jqplot/jqplot-plugins/jqplot.barRenderer.js'); 
 	wn.require('js/lib/jqplot/jqplot-plugins/jqplot.canvasAxisTickRenderer.min.js');