Use a relative URL for status.json.

So that app.js can be less specific about where it's running.

Change-Id: I2a84a659b43027b7eb59ba707396517d8ba635d3
Reviewed-on: https://review.openstack.org/29286
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
James E. Blair 2013-05-15 13:13:26 -07:00 committed by Jenkins
parent d5dcfd7d20
commit 7c7ed7abda
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
demo = location.search.match(/[?&]demo=([^?&]*)/),
source = demo ?
'./status-' + (demo[1] || 'basic') + '.json-sample' :
'/zuul/status.json';
'status.json';
zuul = {
enabled: true,