[-] BO: Fix selected shop displayed on the shop listing after F5

This commit is contained in:
Rémi Gaillard
2013-03-04 18:38:22 +01:00
parent f9e61ef442
commit 767331bb1e
+1
View File
@@ -741,6 +741,7 @@ function showErrorMessage(msg, delay)
$(document).ready(function()
{
$('select.chosen').each(function(k, item){
$(item).val($(this).find('option[selected=selected]').val());
$(item).chosen();
if ($(item).hasClass('no-search'))
$(item).next().find('.chzn-search').hide();