From c52066608e254f5faa463dae58ba3aa997778a4a Mon Sep 17 00:00:00 2001 From: Jacob Reynolds Date: Thu, 21 Dec 2017 09:57:57 -0600 Subject: [PATCH 1/4] Removing clicky, GA for the win --- index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.html b/index.html index d6508e4..58e1ea3 100644 --- a/index.html +++ b/index.html @@ -86,12 +86,6 @@ - - From 39672b486b8816fe83a934d518776022f3ecee24 Mon Sep 17 00:00:00 2001 From: Jacob Reynolds Date: Thu, 21 Dec 2017 13:06:28 -0600 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c15377..f01288d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,6 @@ That will update the master repository. - Colin Salisbury - Eric Gruber (@egru) - Jake Reynolds (@jreynoldsdev) -- Kai Tran (@k_tr4n) +- Khai Tran (@k_tr4n) - Rafael Seferyan - Scott Sutherland (@_nullbind) From 84cab26c6213597751377f9bad2a81f40ad30655 Mon Sep 17 00:00:00 2001 From: Jacob Reynolds Date: Thu, 21 Dec 2017 13:06:41 -0600 Subject: [PATCH 3/4] Update contributors.html --- views/contributors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/contributors.html b/views/contributors.html index 97fbaf9..da5a819 100644 --- a/views/contributors.html +++ b/views/contributors.html @@ -6,7 +6,7 @@

Special thanks to our contributors:

  • Colin Salisbury

  • Eric Gruber (@egru)

  • Jake Reynolds (@jreynoldsdev)

  • -
  • Kai Tran (@k_tr4n)

  • +
  • Khai Tran (@k_tr4n)

  • Rafael Seferyan

  • Scott Sutherland (@_nullbind)

  • From e1165f5de62ff1238d014d64d85d8ea007b1036d Mon Sep 17 00:00:00 2001 From: Jacob Reynolds Date: Fri, 29 Dec 2017 13:52:42 -0600 Subject: [PATCH 4/4] Update index.js --- javascripts/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/javascripts/index.js b/javascripts/index.js index 0137a69..15ac729 100644 --- a/javascripts/index.js +++ b/javascripts/index.js @@ -27,7 +27,6 @@ function loadPage() { $.get('/views/' + pageType + '.html?' + VERSION, function(response, data) { if (response.indexOf('') > -1 && response.indexOf('SQL') > -1) { //Whatever view it is, we don't have it and it defaulted to index.html - debugger; window.location.pathname = '/'; } else { $('#contentContainer').html(response);