[demo][xs]: put in real ES end point insteand of old webstore endpoint in demo.
This commit is contained in:
@@ -70,7 +70,7 @@ function demoDataset() {
|
|||||||
|
|
||||||
function setupLoadFromWebstore(callback) {
|
function setupLoadFromWebstore(callback) {
|
||||||
// pre-populate webstore load form with an example url
|
// 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 input[name="source"]').val(demoUrl);
|
||||||
$('form.webstore-load').submit(function(e) {
|
$('form.webstore-load').submit(function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|||||||
Reference in New Issue
Block a user