ismael-miguel / memer

A meme translator for StackExchange chatrooms
MIT License
4 stars 1 forks source link

common memes turns to undefined #16

Closed The-Quill closed 9 years ago

The-Quill commented 9 years ago

Typing Jon Skeet into the script turns the phrase into undefined.

malachi26 commented 9 years ago

so does Ponies

The-Quill commented 9 years ago

It seems to be all the _common.json memes

malachi26 commented 9 years ago

added an else statement to if (typeof meta !== "undefined) so that the code would run if there was no site attached to the json file.

This Fixed the issue