mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Make sure the appname is from the current window
This commit is contained in:
parent
9c397dd69c
commit
fecb034955
@ -1002,7 +1002,7 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
{text: egw.lang(_data.content.label), id:"submit"},
|
||||
{text: egw.lang("Close"), id:"close"}
|
||||
];
|
||||
var data = jQuery.extend(_data, {'currentapp': egw.app_name()});
|
||||
var data = jQuery.extend(_data, {'currentapp': egw(window).app_name()});
|
||||
|
||||
// define a mini app object for vfs select UI
|
||||
app.vfsSelectUI = new app.classes.vfsSelectUI;
|
||||
|
Loading…
Reference in New Issue
Block a user