Melanie Caballero Pastor 4 yıl önce
ebeveyn
işleme
989f07d6ae
3 değiştirilmiş dosya ile 6 ekleme ve 39 silme
  1. 0 34
      data/content.js
  2. 2 2
      index.html
  3. 4 3
      scripts/script.js

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 34
data/content.js


+ 2 - 2
index.html

@@ -120,7 +120,7 @@
 					<li>
 						<label for="benefits">Benefits</label>
 						<input type="checkbox" id="benefits" value="Benefits" onchange="showColumns(this)">
-					</li>
+					</li><!--
 					<li>
 						<label for="verification">Verification</label>
 						<input type="checkbox" id="verification" value="Verification" onchange="showColumns(this)">
@@ -128,7 +128,7 @@
 					<li>
 						<label for="tools">Tools</label>
 						<input type="checkbox" id="tools" value="Tools" onchange="showColumns(this)">
-					</li><!--
+					</li>
 					<li>
 						<label for="category">Category</label>
 						<input type="checkbox" id="category" value="Category" onchange="showColumns(this)">

+ 4 - 3
scripts/script.js

@@ -8,7 +8,8 @@ let category = 'All';
 const resume = document.getElementById('resume');
 let message;
 
-const checks = ['level', 'version', 'goal', 'intent', 'benefits', 'verification', 'tools'];
+//const checks = ['level', 'version', 'goal', 'intent', 'benefits', 'verification', 'tools', 'category'];
+const checks = ['level', 'version', 'goal', 'intent', 'benefits'];
 
 const tableHeader = document.querySelector('thead');
 const tableBody = document.querySelector('tbody');
@@ -36,7 +37,7 @@ let headers = [
 	{
 		"name": "goal",
 		"alias": "Goal",
-		"view": false
+		"view": true
 	},
 	{
 		"name": "intent",
@@ -46,7 +47,7 @@ let headers = [
 	{
 		"name": "benefits",
 		"alias": "Benefits",
-		"view": false
+		"view": true
 	},
 	{
 		"name": "verification",

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor