This repository was archived by the owner on Jul 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6381,13 +6381,13 @@ function normalize_stats ( stats ) {
6381
6381
6382
6382
function calc_qa_ratio ( questions , answers ) {
6383
6383
//for teh lulz
6384
- if ( ! questions && answer ) {
6384
+ if ( ! questions && answers ) {
6385
6385
return "H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ" ;
6386
6386
}
6387
- else if ( ! answer && questions ) {
6387
+ else if ( ! answers && questions ) {
6388
6388
return "TO͇̹̺ͅƝ̴ȳ̳ TH̘Ë͖́̉ ͠P̯͍̭O̚N̐Y̡" ;
6389
6389
}
6390
- else if ( ! answer && ! questions ) {
6390
+ else if ( ! answers && ! questions ) {
6391
6391
return 'http://i.imgur.com/F79hP.png' ;
6392
6392
}
6393
6393
Original file line number Diff line number Diff line change @@ -151,13 +151,13 @@ function normalize_stats ( stats ) {
151
151
152
152
function calc_qa_ratio ( questions , answers ) {
153
153
//for teh lulz
154
- if ( ! questions && answer ) {
154
+ if ( ! questions && answers ) {
155
155
return "H̸̡̪̯ͨ͊̽̅̾̎Ȩ̬̩̾͛ͪ̈́̀́͘ ̶̧̨̱̹̭̯ͧ̾ͬC̷̙̲̝͖ͭ̏ͥͮ͟Oͮ͏̮̪̝͍M̲̖͊̒ͪͩͬ̚̚͜Ȇ̴̟̟͙̞ͩ͌͝S̨̥̫͎̭ͯ̿̔̀ͅ" ;
156
156
}
157
- else if ( ! answer && questions ) {
157
+ else if ( ! answers && questions ) {
158
158
return "TO͇̹̺ͅƝ̴ȳ̳ TH̘Ë͖́̉ ͠P̯͍̭O̚N̐Y̡" ;
159
159
}
160
- else if ( ! answer && ! questions ) {
160
+ else if ( ! answers && ! questions ) {
161
161
return 'http://i.imgur.com/F79hP.png' ;
162
162
}
163
163
You can’t perform that action at this time.
0 commit comments