Remove now-obsolete toggle prevention function

rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent 63f30215ed
commit 15bb4a21d9
  1. 4
      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();

Loading…
Cancel
Save