mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#4811 Ad edit always shows TL
This commit is contained in:
parent
ec48f1be07
commit
628a524771
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user