mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Declare a non declared variable which was messing with app global object
This commit is contained in:
parent
fe44c6bb5e
commit
545b35de5b
@ -815,6 +815,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
*/
|
||||
_updateUserPreferences: function() {
|
||||
var colMgr = this.dataview.getColumnMgr();
|
||||
var app = "";
|
||||
if(!this.options.settings.columnselection_pref) {
|
||||
this.options.settings.columnselection_pref = this.options.template;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user