Skip to content

Commit

Permalink
use window object instead of var in blockfreead
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Sep 15, 2016
1 parent 81260f4 commit 47349f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockfreead.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
$output .= '<div style="clear: both;width: 100%;display: block;"></div></a>';
?>
(function(){
var blockFreeAd = "<?php echo addslashes($output); ?>";
window.blockFreeAd = "<?php echo addslashes($output); ?>";
})();

0 comments on commit 47349f0

Please sign in to comment.