mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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() {
|
_updateUserPreferences: function() {
|
||||||
var colMgr = this.dataview.getColumnMgr();
|
var colMgr = this.dataview.getColumnMgr();
|
||||||
|
var app = "";
|
||||||
if(!this.options.settings.columnselection_pref) {
|
if(!this.options.settings.columnselection_pref) {
|
||||||
this.options.settings.columnselection_pref = this.options.template;
|
this.options.settings.columnselection_pref = this.options.template;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user