Skip to content

Commit 9e9fbe6

Browse files
committedOct 17, 2015
Remove debug URLs
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 8ae1763 commit 9e9fbe6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎static/check.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ $(document).ready(function() {
4040
link = prepare_link_for_checking(link);
4141
}
4242
// Dear W3C: fuck you.
43-
//$.getJSON('https://users.getnikola.com/api/check?url=' + encodeURIComponent(link), function(out) {
44-
$.getJSON('http://127.0.0.1:8000/api/check?url=' + encodeURIComponent(link), function(out) {
43+
$.getJSON('https://users.getnikola.com/api/check?url=' + encodeURIComponent(link), function(out) {
4544
if (out.type === "result") {
4645
result = out.data;
4746
if (result === -1) {

‎static/check.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.