From 271649c9ec4283486a97dc2a8bfc0f51d9854934 Mon Sep 17 00:00:00 2001 From: davemachado Date: Thu, 17 Aug 2017 12:11:47 -0400 Subject: [PATCH] Load JS library in correct order --- src/index.html | 8 +++++--- src/scripts.js | 2 -- 2 files changed, 5 insertions(+), 5 deletions(-) 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;