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

Merge branch '519-fehler-im-container' into 'development'

Resolve "Fehler im Container"

Closes #519

See merge request !910
parents c9c15fd8 187e5188
No related branches found
No related tags found
2 merge requests!912Development,!910Resolve "Fehler im Container"
......@@ -15,4 +15,4 @@ Homestead.yaml
/public/js/scriptResultPage.js
/public/css/beitritt.css
/public/css/themes/default.css
**.map
**/*.map
......@@ -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);
......
......@@ -108,7 +108,6 @@ function botProtection () {
function popovers () {
$('[data-toggle=popover]').each(function (e) {
$(this).popover('destroy');
$(this).popover({
// html : true,
// title : "<i class="fa fa-cog" aria-hidden="true"></i> Optionen",
......
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