Skip to content
Snippets Groups Projects
Commit 55b8fe54 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents f62e317d 5b9c1c3a
No related branches found
No related tags found
No related merge requests found
...@@ -330,6 +330,10 @@ ...@@ -330,6 +330,10 @@
// event triggered on context select change and also if pagination is clicked // event triggered on context select change and also if pagination is clicked
function changeContext(event) { function changeContext(event) {
// newValue = event.target.value; // cannot use this anymore due to reuse of this function in the above paginationElements eventListener // newValue = event.target.value; // cannot use this anymore due to reuse of this function in the above paginationElements eventListener
console.log(event);
if (event.type === "change") {
nopaque.toast("Updated context per match!");
}
var contextPerItemElement = document.getElementById("context"); var contextPerItemElement = document.getElementById("context");
newValue = contextPerItemElement.value; newValue = contextPerItemElement.value;
console.log(newValue); console.log(newValue);
......
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