Skip to content

Commit

Permalink
Hard code the login URL because data.labs' FreeQ is special for login…
Browse files Browse the repository at this point in the history
… info
  • Loading branch information
rictic committed Mar 30, 2010
1 parent 5037ea0 commit 0ccdd9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/output.js
Expand Up @@ -273,7 +273,8 @@ function checkLogin() {
$(".uploadForm").hide();

$.ajax({
url:freeq_url,
//hard coded, because other freeq endpoints don't behave the same for login purposes
url:"http://data.labs.freebase.com/freeq/spreadsheet/",
type:"GET",
complete:function(response){
$(".uploadSpinner").hide();
Expand Down

0 comments on commit 0ccdd9e

Please sign in to comment.