Explorar o código

Ads to promote this script are disabled by default

Amauri CHAMPEAUX %!s(int64=10) %!d(string=hai) anos
pai
achega
7bae915fd2
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      tarteaucitron.js

+ 3 - 0
tarteaucitron.js

@@ -7,6 +7,7 @@ var scripts = document.getElementsByTagName('script'),
 
 var tarteaucitron = {
     "autoOpen": false, // auto open the panel with #tarteaucitron hash ?
+    "promoteThisScript": false, // promote this script if ads are denied ?
     "cdn": cdn,
     "user": {},
     "lang": {},
@@ -401,6 +402,8 @@ var tarteaucitron = {
      */
     "promoteMe": function (el) {
         "use strict";
+        if (tarteaucitron.promoteThisScript === false) { return; }
+        
         var l = tarteaucitron.getLanguage(),
             w = el.offsetWidth,
             h = el.offsetHeight,