]> source.dussan.org Git - nextcloud-server.git/commitdiff
Forgot to actually call remove on the history dropdown
authorMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 18 May 2012 14:53:58 +0000 (10:53 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Fri, 18 May 2012 14:53:58 +0000 (10:53 -0400)
apps/files_versions/js/versions.js

index 7f3a6baf899102a02db41ce88247783c2a57f64c..5e46b2a0eed224f661e71bb634f23be6b5d2c4c7 100644 (file)
@@ -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);
                                        });