Revert "Set port variable instead of placeholder"

This reverts commit 6b4d2fddbb.

...because it didn't work. I just got an empty box and the variable wasn't set
This commit is contained in:
Lorenz Hübschle-Schneider 2014-06-30 20:23:53 +01:00
commit f5855e0712
2 changed files with 1 additions and 4 deletions

View file

@ -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;