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) diff --git a/index.html b/index.html index d6508e4..58e1ea3 100644 --- a/index.html +++ b/index.html @@ -86,12 +86,6 @@ - - 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); 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 @@ <h3>Special thanks to our contributors:</h3> <li><h4>Colin Salisbury</h4></li> <li><h4>Eric Gruber (@egru)</h4></li> <li><h4>Jake Reynolds (@jreynoldsdev)</h4></li> - <li><h4>Kai Tran (@k_tr4n)</h4></li> + <li><h4>Khai Tran (@k_tr4n)</h4></li> <li><h4>Rafael Seferyan</h4></li> <li><h4>Scott Sutherland (@_nullbind)</h4></li> </ul>