mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Set default geotargeting country correctly.
This commit is contained in:
committed by
Neil Williams
parent
e6744c880a
commit
cc7c23c8f3
@@ -653,7 +653,7 @@ function create_campaign() {
|
||||
.find('input[name="priority"][data-default="true"]').prop("checked", "checked").end()
|
||||
.find('input[name="bid"]').val(minBid * 5).end()
|
||||
.find(".targeting").hide().end()
|
||||
.find('select[name="country"]').val('all').end()
|
||||
.find('select[name="country"]').val('').end()
|
||||
.find('select[name="region"]').hide().end()
|
||||
.find('select[name="metro"]').hide().end()
|
||||
.fadeIn();
|
||||
|
||||
Reference in New Issue
Block a user