// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors // License: GNU General Public License v3. See license.txt frappe.provide('erpnext'); // add toolbar icon $(document).bind('toolbar_setup', function() { frappe.app.name = "ERPNext"; frappe.help_feedback_link = '
' $('.navbar-home').html(''); $('[data-link="docs"]').attr("href", "https://frappe.github.io/erpnext/") $('[data-link="issues"]').attr("href", "https://github.com/frappe/erpnext/issues") // default documentation goes to erpnext // $('[data-link-type="documentation"]').attr('data-path', '/erpnext/manual/index'); // additional help links for erpnext var $help_menu = $('.dropdown-help ul .documentation-links'); $('