Minor fix

This commit is contained in:
Hexagon 2014-09-18 19:19:44 +02:00
parent d05fa2cff3
commit 6972d3be6a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
define('cryptalk', { define('cryptalk', {
data: { data: {
// If no host is given it will default to localhost. // If no host is given it will default to localhost.
host: 'http://www.huset.nu:8080' host: ''
}, },
compiles: ['$'], compiles: ['$'],
requires: ['templates'] requires: ['templates']