[revert] modules dropdown

This commit is contained in:
Prateeksha Singh 2018-07-23 17:04:34 +05:30 committed by GitHub
parent 218f2f841e
commit ebb5662cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ $(document).bind('toolbar_setup', function() {
href="https://discuss.erpnext.com">Feedback</a></p>'
$('.navbar-home').prepend('<img class="erpnext-icon" src="'+
$('.navbar-home').html('<img class="erpnext-icon" src="'+
frappe.urllib.get_base_url()+'/assets/erpnext/images/erp-icon.svg" />');
$('[data-link="docs"]').attr("href", "https://frappe.github.io/erpnext/")