This commit is contained in:
Isaac Connor 2021-01-29 14:05:04 -05:00
parent fea2ea37e5
commit c444e5cf07
1 changed files with 12 additions and 13 deletions

View File

@ -682,7 +682,6 @@ function fetchImage( streamImage ) {
} }
function handleClick( event ) { function handleClick( event ) {
console.log(event);
// target should be the img tag // target should be the img tag
var target = event.target; var target = event.target;
var width = $j(target).width(); var width = $j(target).width();