Skip to content

Commit

Permalink
fix index
Browse files Browse the repository at this point in the history
  • Loading branch information
srii5477 authored Jul 5, 2024
1 parent cfa2194 commit ac16803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for(let i = 0; i < 4; i++) {
// let runButton = document.querySelector(".run").addEventListener("click", function() {
// document.querySelector("iframe").
// })
$(".run").on("click", function() {
$(".flexrun").on("click", function() {
var c1 = document.getElementById("html").value;
var c2 = document.getElementById("css").value;
var c3 = document.getElementById("js").value;
Expand Down

0 comments on commit ac16803

Please sign in to comment.