mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
Changes for Rollup (#12924)
* Changes for rollup * remove variables.less
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
<script>
|
||||
frappe.ready(function() {
|
||||
if(get_url_arg("q")){
|
||||
var txt = get_url_arg("q");
|
||||
if(frappe.utils.get_url_arg("q")){
|
||||
var txt = frappe.utils.get_url_arg("q");
|
||||
$(".project-search-results").html("Search results for : " + encodeURIComponent(txt));
|
||||
$(".clear").toggle(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user