We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e73ad commit 53cb45bCopy full SHA for 53cb45b
ferris.js
@@ -50,7 +50,7 @@ var ferrisTypes = [
50
51
function createFerris(type, size) {
52
var a = document.createElement('a')
53
- a.setAttribute('href', 'ch00-00-introduction.html#ferris')
+ // a.setAttribute('href', 'ch00-00-introduction.html#ferris')
54
a.setAttribute('target', '_blank')
55
56
var img = document.createElement('img')
0 commit comments