瀏覽代碼

Do not try to load something for the mandatory allow button

Amauri CHAMPEAUX 4 年之前
父節點
當前提交
3b334efc8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tarteaucitron.js

+ 1 - 1
tarteaucitron.js

@@ -851,7 +851,7 @@ var tarteaucitron = {
             "use strict";
             var key = el.id.replace(new RegExp("(Eng[0-9]+|Allow|Deni)ed", "g"), '');
 
-            if (key.substring(0, 13) == 'tarteaucitron') {return;}
+            if (key.substring(0, 13) == 'tarteaucitron' || key == "") {return;}
 
             // return if same state
             if (tarteaucitron.state[key] === status) {