Kaynağa Gözat

Woops.. undefined is not acceptable

Amauri CHAMPEAUX 10 yıl önce
ebeveyn
işleme
5d08422fb6
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -402,7 +402,7 @@ var tarteaucitron = {
      */
     "promoteMe": function (el) {
         "use strict";
-        if (tarteaucitron.promoteThisScript === false) { return; }
+        if (tarteaucitron.promoteThisScript === false) { return ''; }
         
         var l = tarteaucitron.getLanguage(),
             w = el.offsetWidth,