Skip to content

Commit cb6e65b

Browse files
committed
...
1 parent 4452c6a commit cb6e65b

File tree

2 files changed

+1
-68
lines changed

2 files changed

+1
-68
lines changed

ferris.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,7 @@ function createFerris(type, size) {
5454
a.setAttribute('target', '_blank')
5555

5656
var toFileName = function (t) {
57-
// return '../img/' + t.attr + '.svg';
58-
if (t.attr == 'panics') {
59-
return '../img/armcross.webp'
60-
}
61-
else if (t.attr == 'does_not_compile') {
62-
return '../img/computer_bad.webp'
63-
}
64-
else if (t.attr == 'not_desired_behavior') {
65-
return '../img/eyeclose.webp'
66-
}
57+
return '../img/' + t.attr + '.svg';
6758
}
6859

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

src/files/uncheckedioexception.md

-58
Original file line numberDiff line numberDiff line change
@@ -24,61 +24,3 @@ class Main {
2424
}
2525
}
2626
```
27-
28-
29-
```java,does_not_compile
30-
a
31-
b
32-
```
33-
34-
35-
```java,does_not_compile
36-
a
37-
b
38-
c
39-
d
40-
e
41-
f
42-
g
43-
h
44-
i
45-
j
46-
```
47-
48-
```java,panics
49-
a
50-
b
51-
```
52-
53-
54-
```java,panics
55-
a
56-
b
57-
c
58-
d
59-
e
60-
f
61-
g
62-
h
63-
i
64-
j
65-
```
66-
67-
```java,not_desired_behavior
68-
a
69-
b
70-
```
71-
72-
73-
```java,not_desired_behavior
74-
a
75-
b
76-
c
77-
d
78-
e
79-
f
80-
g
81-
h
82-
i
83-
j
84-
```

0 commit comments

Comments
 (0)