[demo][xs]: put in real ES end point insteand of old webstore endpoint in demo.

This commit is contained in:
Rufus Pollock 2012-03-10 09:09:05 +00:00
parent c1844f4df8
commit d60d97ffff

View File

@ -70,7 +70,7 @@ function demoDataset() {
function setupLoadFromWebstore(callback) {
// pre-populate webstore load form with an example url
var demoUrl = 'http://webstore.thedatahub.org/rufuspollock/gold_prices/data';
var demoUrl = 'http://thedatahub.org/api/data/b9aae52b-b082-4159-b46f-7bb9c158d013';
$('form.webstore-load input[name="source"]').val(demoUrl);
$('form.webstore-load').submit(function(e) {
e.preventDefault();