update domain in click to refresh message
[namibia] / public / js / vendor / ape-config.js
1 /***
2  * APE JSF Setup
3  */
4
5 APE.Config.baseUrl = 'http://' + window.location.hostname; //APE JSF
6 APE.Config.domain = window.location.hostname;
7 APE.Config.server = window.location.hostname + ':6969'; //APE server URL
8
9 (function(){
10         for (var i = 0; i < arguments.length; i++)
11                 APE.Config.scripts.push(APE.Config.baseUrl + '/js/vendor/ape-source/' + arguments[i] + '.js');
12 })('mootools-core', 'Core/APE', 'Core/Events', 'Core/Core', 'Pipe/Pipe', 'Pipe/PipeProxy', 'Pipe/PipeMulti', 'Pipe/PipeSingle', 'Request/Request','Request/Request.Stack', 'Request/Request.CycledStack', 'Transport/Transport.longPolling','Transport/Transport.SSE', 'Transport/Transport.XHRStreaming', 'Transport/Transport.JSONP', 'Transport/Transport.WebSocket', 'Core/Utility', 'Core/JSON');