Fixed cleanup upon closing help popup

Closes #78
This commit is contained in:
Boaz Leskes 2014-01-26 23:07:04 +01:00
parent 743fd6ff25
commit 29f8328c94

View file

@ -25,7 +25,7 @@ define([
});
$helpPopup.on('hidden', function () {
$('#example_editor').remove();
$('#help_example_editor').remove();
});
return $helpPopup;