Remove now-obsolete toggle prevention function
This commit is contained in:
parent
63f30215ed
commit
15bb4a21d9
|
@ -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…
Reference in New Issue