From 15bb4a21d98d1bd173acf79c073a734015261763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Thu, 17 Jul 2014 14:18:03 +0100 Subject: [PATCH] Remove now-obsolete toggle prevention function --- js/glowingbear.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/glowingbear.js b/js/glowingbear.js index e169bd7..3a15f42 100644 --- a/js/glowingbear.js +++ b/js/glowingbear.js @@ -1094,10 +1094,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout', closest($event.target, '.gb-modal').setAttribute('data-state', 'hidden'); }; - $scope.preventModalToggle = function(elementId, event) { - event.stopPropagation(); - }; - $scope.toggleAccordion = function(event) { event.stopPropagation(); event.preventDefault();