fix close dialog button of calendar import

master
Georg Ehrke 2013-07-15 19:09:19 +02:00
parent e9453c6d95
commit 12ab60d173
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Calendar_Import={
},
close: function(){
Calendar_Import.reset();
$(this).dialog('destroy').remove();
$('#calendar_import_dialog').dialog('destroy').remove();
$('#calendar_import_dialog').remove();
},
init: function(){