mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-24 10:34:17 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
55b8fe54a8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user