Navigation Menu

Skip to content

Commit

Permalink
Fix built host name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 22, 2012
1 parent d3473a0 commit e227ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/javascripts/gcs.js
Expand Up @@ -45,6 +45,7 @@ function searchExecute() {
hostAndPort[0] = '127.0.0.1';
if (hostAndPort[0].match(/^\d+\.\d+\.\d+\.\d+$/))
hostAndPort[0] += '.xip.io';
hostAndPort = hostAndPort.join(':');
var searchEndpoint = 'http://search-' + domain + '-00000000000000000000000000.' + hostAndPort + '/2011-02-01/search';
var perPage = 5;
var start = parseInt($('form#search input[name="start"]').val() || '0', 10);
Expand Down

0 comments on commit e227ae4

Please sign in to comment.