mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 16:19:06 -04:00
Forgot to actually call remove on the history dropdown
This commit is contained in:
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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue