Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Fixed cleanup upon closing help popup
Browse files Browse the repository at this point in the history
Closes elastic#78
  • Loading branch information
bleskes committed Jan 26, 2014
1 parent 743fd6f commit 29f8328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sense/app/help_popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define([
});

$helpPopup.on('hidden', function () {
$('#example_editor').remove();
$('#help_example_editor').remove();
});

return $helpPopup;
Expand Down

0 comments on commit 29f8328

Please sign in to comment.