diff --git a/src/index.html b/src/index.html index a5fa006..a6bb644 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ - + Public APIs
@@ -44,13 +44,15 @@ {{ item.Description }} {{ (item.Auth) ? item.Auth : '-' }} {{ (item.HTTPS) ? '✔' : '✖' }} - {{ item.Category }} + {{ item.Category }} - + diff --git a/src/scripts.js b/src/scripts.js index d8198d9..ba969cc 100644 --- a/src/scripts.js +++ b/src/scripts.js @@ -26,10 +26,8 @@ new Vue({ if(value.includes(filterKeyword)) { show = true; - $( "th" ).addClass( "lol" ); } } - }); } return show;