From 6972d3be6ab9b6646b60bf1333051ff30ca25fa1 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Thu, 18 Sep 2014 19:19:44 +0200 Subject: [PATCH] Minor fix --- public/js/cryptalk_modules/cryptalk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/cryptalk_modules/cryptalk.js b/public/js/cryptalk_modules/cryptalk.js index 7aa2b16..0d8122f 100644 --- a/public/js/cryptalk_modules/cryptalk.js +++ b/public/js/cryptalk_modules/cryptalk.js @@ -2,7 +2,7 @@ define('cryptalk', { data: { // If no host is given it will default to localhost. - host: 'http://www.huset.nu:8080' + host: '' }, compiles: ['$'], requires: ['templates']