mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 07:19:25 -05:00
spotlight: Increase promo timeout to 1s.
500s isn't seeming to cut it... :(
This commit is contained in:
committed by
Neil Williams
parent
142b80e806
commit
4eb7d56ed0
@@ -53,7 +53,7 @@ r.spotlight.requestPromo = function() {
|
||||
return $.ajax({
|
||||
type: "POST",
|
||||
url: '/api/request_promo',
|
||||
timeout: 500,
|
||||
timeout: 1000,
|
||||
error: function() {
|
||||
$('.organic-listing').hide()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user