mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Implement reset user preferences for admin toolbar actions
This commit is contained in:
@@ -713,7 +713,7 @@ var et2_toolbar = (function(){ "use strict"; return et2_DOMWidget.extend([et2_II
|
||||
];
|
||||
var self = this;
|
||||
var sel_options = {actions:[]};
|
||||
var content = {actions:[]};
|
||||
var content = {actions:[], reset:false};
|
||||
for (var key in _actions)
|
||||
{
|
||||
if (_actions[key]['children'] && this.flat_list)
|
||||
|
Reference in New Issue
Block a user