Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug URLs
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 17, 2015
1 parent 8ae1763 commit 9e9fbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions static/check.js
Expand Up @@ -40,8 +40,7 @@ $(document).ready(function() {
link = prepare_link_for_checking(link);
}
// Dear W3C: fuck you.
//$.getJSON('https://users.getnikola.com/api/check?url=' + encodeURIComponent(link), function(out) {
$.getJSON('http://127.0.0.1:8000/api/check?url=' + encodeURIComponent(link), function(out) {
$.getJSON('https://users.getnikola.com/api/check?url=' + encodeURIComponent(link), function(out) {
if (out.type === "result") {
result = out.data;
if (result === -1) {
Expand Down
2 changes: 1 addition & 1 deletion static/check.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e9fbe6

Please sign in to comment.