touch heeft geen filterMenuByText

svn path=/Website/branches/v2016.2/; revision=31497
This commit is contained in:
Jos Groot Lipman
2016-11-16 11:16:05 +00:00
parent d5a2955b82
commit f1faf17e4b

View File

@@ -256,8 +256,10 @@ if (device.test(device.isTouch)) { %>
div.scrollTop(Math.min(top, bottom - div.height() + 5));
});
$("#menutabs").filterMenuByText("#menufilter");
$("#menufilter").focus();
<% if (!device.test(device.isTouch)) { %>
$("#menutabs").filterMenuByText("#menufilter");
$("#menufilter").focus();
<% } %>
}); // jQuery.ready
<% if (Session("logging")&2) { %>