From f5855e07125efdc388c4e542ca45ba8d35011f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Mon, 30 Jun 2014 20:23:53 +0100 Subject: [PATCH] Revert "Set port variable instead of placeholder" This reverts commit 6b4d2fddbb5859c2ef0ebdcbf133b21006daeffc. ...because it didn't work. I just got an empty box and the variable wasn't set --- index.html | 2 +- js/glowingbear.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/index.html b/index.html index bb2b270..5a3ab82 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@
- +
diff --git a/js/glowingbear.js b/js/glowingbear.js index 4869862..331bfcc 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -523,9 +523,6 @@ 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;