Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wibi9424 authored Dec 3, 2023
1 parent a9264a0 commit 5bfd59e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@
function sobeltogle(){
if(sobel){
sobel = false;
edgeid.innerHTML = "edge = false;";
edgeid.innerHTML = "edge: false;";
} else {
sobel = true;
edgeid.innerHTML = "edge = true;";
edgeid.innerHTML = "edge: true;";
}
}
function applySobelFilter(imageData) {
Expand Down

0 comments on commit 5bfd59e

Please sign in to comment.