Skip to content
Snippets Groups Projects
Commit ea7456a0 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Forgot to actually call remove on the history dropdown

parent fcb4d2aa
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ $(document).ready(function(){
if (($('#dropdown').length > 0)) {
if (file != $('#dropdown').data('file')) {
$('#dropdown').hide('blind', function() {
$('#dropdown').remove();
$('tr').removeClass('mouseOver');
createVersionsDropdown(filename, file);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment