Forgot to actually call remove on the history dropdown

remotes/origin/stable4
Michael Gapczynski 2012-05-18 10:53:58 +07:00
parent fcb4d2aaee
commit ea7456a06a
1 changed files with 1 additions and 0 deletions

@ -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);
});