#4811 Ad edit always shows TL

This commit is contained in:
diashalabi 2021-11-04 15:10:53 +03:00
parent ec48f1be07
commit 628a524771

View File

@ -29,7 +29,7 @@ filter.getCats = (catId, divId) => {
};
$(document).ready(function () {
if ($('input[name="slug"]').val() == "") {
if (!$('input[name="slug"]').val()) {
$("select[name='currency']").val(default_currency);
}