wefra/scripts/config.js

10 lines
195 B
JavaScript
Raw Normal View History

var urlRoot = "/wodoo/";
// needed for AJAX calls within D3JS
var config_requestArguments = {
method: 'POST',
mode: "same-origin",
credentials: "same-origin",
headers: new Headers(),
};