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:
parent
8973124574
commit
7891add286
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ function createVersionsDropdown(filename, files) {
|
|||
$.each( versions, function(index, row ) {
|
||||
addVersion( row );
|
||||
});
|
||||
$('#found_versions').chosen();
|
||||
} else {
|
||||
$('#found_versions').hide();
|
||||
$('#makelink').hide();
|
||||
|
|
Loading…
Reference in a new issue