Bläddra i källkod

Do not try to load something for the mandatory allow button

Amauri CHAMPEAUX 4 år sedan
förälder
incheckning
3b334efc8d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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) {