Skip to content

Commit 32ad7f4

Browse files
committed
Add temporary redirect to main site.
1 parent e696d27 commit 32ad7f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sudoku.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,8 @@ function deleteColoredCells(color) {
480480
}
481481

482482
window.onload = function() {
483+
window.location = "http://www.intrepidcoder.com/projects/sudoku/";
484+
483485
var Cell = function(index) {
484486
this.index = index;
485487
this.value = 0;

0 commit comments

Comments
 (0)