diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index c34cd1e3..4273b613 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -683,7 +683,7 @@
X -   +  
@@ -2672,7 +2672,7 @@ } function onDeviceSearchChanged(e) { - onSearchInputChanged(); + setTimeout(function () { onSearchInputChanged(); }, 10); } function clearSearchInput() { diff --git a/views/default.handlebars b/views/default.handlebars index 336390d0..c6d3ecad 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -266,7 +266,7 @@     -   +       -   +