mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Merge branch 'master' into latest
Conflicts: index.html version.num
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<meta charset="utf-8">
|
||||
<title>ERPNext</title>
|
||||
<meta name="author" content="">
|
||||
<<<<<<< HEAD
|
||||
<script type="text/javascript">window._version_number="102";
|
||||
|
||||
/*
|
||||
@@ -89,6 +90,9 @@ To subclass, use:
|
||||
/*
|
||||
* lib/js/wn/provide.js
|
||||
*/
|
||||
=======
|
||||
<script type="text/javascript">window._version_number="51"
|
||||
>>>>>>> master
|
||||
|
||||
wn={}
|
||||
wn.provide=function(namespace){var nsl=namespace.split('.');var l=nsl.length;var parent=window;for(var i=0;i<l;i++){var n=nsl[i];if(!parent[n]){parent[n]={}}
|
||||
|
||||
Reference in New Issue
Block a user