Skip to content

Commit

Permalink
Merge pull request #140 from rain2o/ready-addendum
Browse files Browse the repository at this point in the history
Ready addendum
  • Loading branch information
damian-pastorini committed Feb 5, 2016
2 parents 9216738 + ad1681b commit 24ca717
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}();

window.SgyIAS = {
debug: false,
debug: <?php echo $helper->getConfigData('general/debug'); ?>,
_log: function(object) {
if(this.debug) {
console.log(object);
Expand Down Expand Up @@ -178,7 +178,7 @@
}

SgyIAS._log('Done loading IAS.');
$(document).trigger( "infiniteScrollReady");
$(document).trigger( "infiniteScrollReady", [window.ias]);
});
});
}
Expand Down

0 comments on commit 24ca717

Please sign in to comment.