Skip to content

Commit b7d5513

Browse files
authored
Update code-test.js
1 parent 5faefeb commit b7d5513

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

code-test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ async function updateTabLinksAndHideElementsForSpecificPlans() {
238238

239239
let hasSpecificPlan = false;
240240
let redirectUrls = []; // Collection des URLs de redirection pour les configurations non satisfaites
241-
241+
242+
console.log("Elements found:", document.querySelectorAll('[data-co-protected]').length);
242243
document.querySelectorAll('[data-co-protected]').forEach(protectedElement => {
243244
const protectionValue = protectedElement.getAttribute('data-co-protected');
244245
console.log("Checking protection for:", protectionValue); // Vérifier la protection pour la valeur

0 commit comments

Comments
 (0)