mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix preview popup displaying while importing
This commit is contained in:
parent
2b2a6e2261
commit
b08cd59bac
@ -78,7 +78,7 @@ app.classes.importexport = AppJS.extend(
|
||||
import_preview: function(event, widget)
|
||||
{
|
||||
var test = widget.getRoot().getWidgetById('dry-run');
|
||||
if(!test.getValue()) return true;
|
||||
if(test.getValue() == test.options.unselected_value) return true;
|
||||
|
||||
// Show preview
|
||||
var preview = $j(widget.getRoot().getWidgetById('preview_box').getDOMNode());
|
||||
|
Loading…
Reference in New Issue
Block a user