Commit b89118c0 authored by Sven Franck's avatar Sven Franck

app: pass search value as url-param to products page

parent cca3c530
......@@ -2985,7 +2985,7 @@
map.actions = {
"custom_search": function (obj) {
$.mobile.changePage("#" + window.encodeURIComponent("product_module&value:" + obj.element.value));
},
"set_search": function (obj) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment