mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[docs] [minor] updated install instructions
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
wn.provide('erpnext');
|
||||
|
||||
wn.modules_path = 'erpnext';
|
||||
|
||||
// add toolbar icon
|
||||
$(document).bind('toolbar_setup', function() {
|
||||
wn.app.name = "ERPNext";
|
||||
|
||||
var brand = ($("<div></div>").append(wn.boot.website_settings.brand_html).text() || 'erpnext');
|
||||
$('.navbar-brand').html('<div style="display: inline-block;">\
|
||||
<object type="image/svg+xml" data="app/images/splash.svg" class="toolbar-splash"></object>\
|
||||
|
||||
Reference in New Issue
Block a user