don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning

This commit is contained in:
Björn Schießle 2012-10-27 15:26:28 +02:00 committed by Robin Appelman
parent 8973124574
commit 7891add286
1 changed files with 0 additions and 1 deletions

View File

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