[fix] [minor] [website]

This commit is contained in:
Anand Doshi
2013-09-16 19:28:06 +05:30
parent 43e2bc84a8
commit 3966c4cc5b
5 changed files with 19 additions and 12 deletions

View File

@@ -24,8 +24,12 @@ $(document).ready(function() {
// update login
erpnext.cart.set_cart_count();
$("#user-tools a").tooltip({"placement":"bottom"});
$("#user-tools-post-login a").tooltip({"placement":"bottom"});
// update profile
if(full_name) {
$('.navbar li[data-label="Profile"] a')
.html('<i class="icon-fixed-width icon-user"></i> ' + full_name);
}
});
// shopping cart