mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -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 () {
|
$(document).ready(function () {
|
||||||
if ($('input[name="slug"]').val() == "") {
|
if (!$('input[name="slug"]').val()) {
|
||||||
$("select[name='currency']").val(default_currency);
|
$("select[name='currency']").val(default_currency);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user