removed a debug statement
This commit is contained in:
parent
a8f2073ae1
commit
f0b2eb8b0f
@ -3,7 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
// initialize imege select with given id
|
// initialize imege select with given id
|
||||||
function initImageselect(id) {
|
function initImageselect(id) {
|
||||||
console.log("this is initImageselect!");
|
|
||||||
let is = document.getElementById(id);
|
let is = document.getElementById(id);
|
||||||
// add event listener to radio buttons
|
// add event listener to radio buttons
|
||||||
let summary = is.querySelector("summary");
|
let summary = is.querySelector("summary");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user