Minor fix
This commit is contained in:
parent
d05fa2cff3
commit
6972d3be6a
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue