Changes for Rollup (#12924)

* Changes for rollup

* remove variables.less
This commit is contained in:
Faris Ansari
2018-02-20 14:21:50 +05:30
committed by GitHub
parent e2558308f6
commit 7c744acc49
5 changed files with 6 additions and 6 deletions

View File

@@ -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);
}