From 843db59fcb954acba58fa6f2ad31caf425473cd7 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 20 Jan 2012 17:43:37 +0530 Subject: [PATCH] version fixes --- erpnext/home/__init__.py | 1 + index.html | 125 ++++++++++++++++++++++++++++++++++++++- version.num | 2 +- 3 files changed, 124 insertions(+), 4 deletions(-) diff --git a/erpnext/home/__init__.py b/erpnext/home/__init__.py index 0380ec1af0..7059cec7e5 100644 --- a/erpnext/home/__init__.py +++ b/erpnext/home/__init__.py @@ -52,4 +52,5 @@ def update_feed(doc, method=None): subject, color = feed_dict.get(doc.doctype, [None, None]) if subject: subject = subject % doc.fields + make_feed(doc, subject, color) diff --git a/index.html b/index.html index 772bac4273..25f47d65fb 100644 --- a/index.html +++ b/index.html @@ -3,24 +3,130 @@ ERPNext - +throw new SyntaxError('JSON.parse');};}}()); +/* +* lib/js/core.js +*/ + +wn.versions.check();wn.require("lib/js/lib/jquery.min.js");wn.require("lib/js/lib/history/history.min.js");$(document).bind('ready',function(){var base=window.location.href.split('#')[0];$.each($('a[softlink!="false"]'),function(i,v){if(v.href.substr(0,base.length)==base){var path=(v.href.substr(base.length));if(path.substr(0,1)!='#'){v.href=base+'#'+path;}}});if(!wn.settings.no_history&&window.location.hash){wn.page.set(window.location.hash.substr(1));}});
diff --git a/version.num b/version.num index 8bfa2f5ecd..0aede4a000 100644 --- a/version.num +++ b/version.num @@ -1 +1 @@ -86 \ No newline at end of file +102 \ No newline at end of file