mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Hide roadblock error message when inputs change.
This commit is contained in:
@@ -202,6 +202,7 @@ r.sponsored = {
|
||||
$(".duration").text(ndays + " " + ((ndays > 1) ? r._("days") : r._("day")))
|
||||
$(".price-info").text(r._("$%(cpm)s per 1,000 impressions").format({cpm: (cpm/100).toFixed(2)}))
|
||||
$form.find('*[name="impressions"]').val(r.utils.prettyNumber(impressions))
|
||||
$(".OVERSOLD").hide()
|
||||
|
||||
this.check_bid($form)
|
||||
this.check_inventory($form)
|
||||
|
||||
Reference in New Issue
Block a user