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
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ function createVersionsDropdown(filename, files) {
$.each( versions, function(index, row ) {
addVersion( row );
});
$('#found_versions').chosen();
} else {
$('#found_versions').hide();
$('#makelink').hide();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment