Skip to content
Snippets Groups Projects
Commit c1a0e809 authored by Björn Schießle's avatar Björn Schießle
Browse files

don't call $('#found_versions').chosen(); after opening the history drop-down...

don't call $('#found_versions').chosen(); after opening the history drop-down since no version is selected at the beginning
parent 939b51e4
Branches
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ function createVersionsDropdown(filename, files) { ...@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment