in js/app.js [10:13]
function loadApiRootFromInput(){ var apiRoot = $('#api-root input').val(); window.location.search = apiRoot; }