freifunkmanager/webroot/js/config.js

5 lines
104 B
JavaScript
Raw Normal View History

2017-05-08 19:13:29 +02:00
var config = {
title: 'FreifunkManager - Breminale',
2017-05-12 21:32:10 +02:00
backend: 'ws://'+location.host+'/websocket'
2017-05-08 19:13:29 +02:00
};