diff --git a/index.html b/index.html
index ae19a80..cb0f9b6 100644
--- a/index.html
+++ b/index.html
@@ -64,7 +64,7 @@
-
+
diff --git a/js/glowingbear.js b/js/glowingbear.js
index 43f100f..3cdca23 100644
--- a/js/glowingbear.js
+++ b/js/glowingbear.js
@@ -519,6 +519,9 @@ function($rootScope,
weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', '$log', 'models', 'connection', function ($rootScope, $scope, $store, $timeout, $log, models, connection) {
+
+ $scope.port = 9001;
+
// From: http://stackoverflow.com/a/18539624 by StackOverflow user "plantian"
$rootScope.countWatchers = function () {
var q = [$rootScope], watchers = 0, scope;