revert setthing pathname

This commit is contained in:
Jeremy Mahieu 2019-12-18 20:10:06 +01:00 committed by Lorenz Hübschle-Schneider
parent 844810408d
commit 0b0ab115a0
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
function ($rootScope, $scope, $store, $timeout, $location, $log, models, bufferResume, connection, notifications, utils, settings)
{
$location.path(window.location.pathname);
window.openBuffer = function(channel) {
$scope.openBuffer(channel);
$scope.$apply();