Skip to content

Commit d6af86d

Browse files
committed
temp fix
1 parent 3bd78a1 commit d6af86d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/2secrets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function setup() {
2828
makeGrid(rows, cols);
2929
shapes = makeFlowers(radius);
3030
addSvgsToCells(size, padding);
31-
fixCellPosiiton();
32-
addOnClickToCells();
31+
// fixCellPosiiton();
32+
// addOnClickToCells();
3333
}
3434

3535
function addSvgsToCells(size, padding) {

secrets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
</head>
99
<body>
1010
</body>
11-
<script src="./js/2secrets.js"></script>
11+
<script src="./js/secrets.js"></script>
1212
</html>

0 commit comments

Comments
 (0)