Skip to content

Commit

Permalink
Novo IP do rest
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-jardim committed Dec 3, 2014
1 parent de5aac8 commit 7f5ba65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/relatorioCodigo.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ window.onload = function() {

$(document).on('click', '#button', function() {
var selected = $('input[name="report"]:checked').val();
$.getJSON('http://riob.us:81/all?callback=?', function(data, status) {
$.getJSON('http://66.228.60.200/all?callback=?', function(data, status) {
switch (selected) {
case "empty-lines":
result = emptyLines(data)
Expand Down Expand Up @@ -192,4 +192,4 @@ function showForm(form){
$('input[value='+form+']').trigger('click')
});
});
}
}

0 comments on commit 7f5ba65

Please sign in to comment.