avoid race condition with push_history being undefined
This commit is contained in:
@@ -682,6 +682,8 @@ function initialize() {
|
||||
return;
|
||||
}
|
||||
|
||||
jQuery.when(historyQueued).done(push_history);
|
||||
|
||||
jQuery.when(configureReceiver, heatmapDefer).done(function() {
|
||||
|
||||
if (receiverJson) {
|
||||
|
||||
Reference in New Issue
Block a user