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
parent 939b51e46f
commit c1a0e809bf
1 changed files with 0 additions and 1 deletions

View 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();