[demo][xs]: put in real ES end point insteand of old webstore endpoint in demo.
This commit is contained in:
parent
c1844f4df8
commit
d60d97ffff
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user