From 56205aeb9229997c266e85dd03985c20e88de2fd Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 30 Apr 2012 16:54:31 +0530 Subject: [PATCH] fix in version number in about --- js/all-app.js | 2 +- js/all-web.js | 2 +- js/app.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/all-app.js b/js/all-app.js index 0ac837f2578..582e96690c0 100644 --- a/js/all-app.js +++ b/js/all-app.js @@ -2218,7 +2218,7 @@ $(favicon).appendTo('head');}}) /* * js/app.js */ -wn.provide('erpnext');erpnext.set_about=function(){wn.provide('wn.app');$.extend(wn.app,{name:'ERPNext',license:'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',source:'https://github.com/webnotes/erpnext',publisher:'Web Notes Technologies Pvt Ltd, Mumbai',copyright:'© Web Notes Technologies Pvt Ltd',version:'2.'+window._version_number});} +wn.provide('erpnext');erpnext.set_about=function(){wn.provide('wn.app');$.extend(wn.app,{name:'ERPNext',license:'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',source:'https://github.com/webnotes/erpnext',publisher:'Web Notes Technologies Pvt Ltd, Mumbai',copyright:'© Web Notes Technologies Pvt Ltd',version:'2'});} wn.modules_path='erpnext';$(document).bind('toolbar_setup',function(){$('.brand').html('erpnext\ ').hover(function(){$(this).find('.icon-home').addClass('navbar-icon-home-hover');},function(){$(this).find('.icon-home').removeClass('navbar-icon-home-hover');});}); /* diff --git a/js/all-web.js b/js/all-web.js index 1346f4c97a8..e33c3224c9c 100644 --- a/js/all-web.js +++ b/js/all-web.js @@ -829,7 +829,7 @@ $(favicon).appendTo('head');}}) /* * js/app.js */ -wn.provide('erpnext');erpnext.set_about=function(){wn.provide('wn.app');$.extend(wn.app,{name:'ERPNext',license:'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',source:'https://github.com/webnotes/erpnext',publisher:'Web Notes Technologies Pvt Ltd, Mumbai',copyright:'© Web Notes Technologies Pvt Ltd',version:'2.'+window._version_number});} +wn.provide('erpnext');erpnext.set_about=function(){wn.provide('wn.app');$.extend(wn.app,{name:'ERPNext',license:'GNU/GPL - Usage Condition: All "erpnext" branding must be kept as it is',source:'https://github.com/webnotes/erpnext',publisher:'Web Notes Technologies Pvt Ltd, Mumbai',copyright:'© Web Notes Technologies Pvt Ltd',version:'2'});} wn.modules_path='erpnext';$(document).bind('toolbar_setup',function(){$('.brand').html('erpnext\ ').hover(function(){$(this).find('.icon-home').addClass('navbar-icon-home-hover');},function(){$(this).find('.icon-home').removeClass('navbar-icon-home-hover');});}); /* diff --git a/js/app.js b/js/app.js index b8b772edbe8..82dd17fdddb 100644 --- a/js/app.js +++ b/js/app.js @@ -7,7 +7,7 @@ erpnext.set_about = function() { source: 'https://github.com/webnotes/erpnext', publisher: 'Web Notes Technologies Pvt Ltd, Mumbai', copyright: '© Web Notes Technologies Pvt Ltd', - version: '2.' + window._version_number + version: '2' //+ '.' + window._version_number }); }