mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
FS-9342 - [verto_communicator] Properly saving settings to localStorage when closing the settings panel.
This commit is contained in:
@@ -293,6 +293,7 @@
|
||||
$scope.closeSettings = function() {
|
||||
var settingsEl = angular.element(document.querySelector('#settings'));
|
||||
settingsEl.removeClass('toggled');
|
||||
$rootScope.$emit('toggledSettings', settingsEl.hasClass('toggled'));
|
||||
};
|
||||
|
||||
$scope.goFullscreen = function() {
|
||||
|
Reference in New Issue
Block a user