Skip to content

Commit 53cb45b

Browse files
committed
Don't link anywhere yet
1 parent 62e73ad commit 53cb45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ferris.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var ferrisTypes = [
5050

5151
function createFerris(type, size) {
5252
var a = document.createElement('a')
53-
a.setAttribute('href', 'ch00-00-introduction.html#ferris')
53+
// a.setAttribute('href', 'ch00-00-introduction.html#ferris')
5454
a.setAttribute('target', '_blank')
5555

5656
var img = document.createElement('img')

0 commit comments

Comments
 (0)