Skip to content
Snippets Groups Projects
Commit 187e5188 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Beim Umsortieren im Container

sollte nun danach immer der richtige Wert angezeigt werden.
parent 88f554c9
Branches
No related tags found
2 merge requests!912Development,!910Resolve "Fehler im Container"
......@@ -113,7 +113,7 @@ Results.prototype.addToContainer = function(container, sortType){
</div>\
');
$(options).find("option[value=" + sortType + "]").prop("selected", true);
$(options).find("select").val(sortType);
$(container).prepend(options);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment