From 0b0ab115a07fde15dea1dd1bcab399d1093e751d Mon Sep 17 00:00:00 2001 From: Jeremy Mahieu Date: Wed, 18 Dec 2019 20:10:06 +0100 Subject: [PATCH] revert setthing pathname --- js/glowingbear.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/glowingbear.js b/js/glowingbear.js index 5fd941d..33bf5f6 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -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();