Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1540

Přidáno uživatelem David Raška před asi 12 roky(ů)

Opravy:
- #233: Oprava naseptavace u filtru

Zobrazit rozdíly:

freenetis/branches/testing/application/views/filter_form_template.php
}
$(this).next().append(b.join(''));
// type has callback
if (types[$(this).val()]['callback'] != null)
{
$(this).next().next().autocomplete({
source: "<?php echo url_lang::base() ?>"+types[$(this).val()]['callback']
});
}
else
{
$(this).next().next().autocomplete("destroy");
}
$(this).next().next().autocomplete("destroy");
$(this).next().next().datepicker("destroy");
......
$(this).next().next().next().remove();
}
}
// type has callback
if (types[$(this).val()]['callback'] != null)
{
$(this).next().next().autocomplete({
source: "<?php echo url_lang::base() ?>"+types[$(this).val()]['callback']
});
}
});
// click on expand button

Také k dispozici: Unified diff