Skip to content

Commit

Permalink
update default ad blocked class name
Browse files Browse the repository at this point in the history
  • Loading branch information
elidickinson committed Jul 29, 2014
1 parent f1f1f76 commit 7c9ba91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abt.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function ad_block_test(callback, testad_id) {
return;
}
var version = "0.1.2-dev";
var testad_id = testad_id ? testad_id : "sponsored-ad";
var testad_id = testad_id ? testad_id : "sponsorText";
var testad = document.createElement("DIV");
testad.id = testad_id;
testad.style.position = "absolute";
Expand Down

0 comments on commit 7c9ba91

Please sign in to comment.