[-] BO: Fix selected shop displayed on the shop listing after F5
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user