]> source.dussan.org Git - nextcloud-server.git/commitdiff
don't call $('#found_versions').chosen(); after opening the history drop-down since...
authorBjörn Schießle <schiessle@owncloud.com>
Sat, 27 Oct 2012 13:26:28 +0000 (15:26 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Sat, 27 Oct 2012 13:26:28 +0000 (15:26 +0200)
apps/files_versions/js/versions.js

index 07c5655560e0dbf28991b025f49c2574490ca168..417028bf65a21225ae69cb3d28f4fccc02d786d7 100644 (file)
@@ -73,7 +73,6 @@ function createVersionsDropdown(filename, files) {
                                $.each( versions, function(index, row ) {
                                        addVersion( row );
                                });
-                               $('#found_versions').chosen();
                        } else {
                                $('#found_versions').hide();
                                $('#makelink').hide();