mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +00:00
[website] updates for bootstrap3
This commit is contained in:
@@ -40,7 +40,7 @@ window.render_product_list = function(data) {
|
||||
.replaceWith("<div class='alert'>No products found.</div>");
|
||||
} else {
|
||||
$(".more-btn")
|
||||
.replaceWith("<div class='alert'>Nothing more to show.</div>");
|
||||
.replaceWith("<div class='text-muted'>Nothing more to show.</div>");
|
||||
}
|
||||
} else {
|
||||
$(".more-btn").toggle(true)
|
||||
|
||||
Reference in New Issue
Block a user