taiwangoldcard / website

Taiwan Gold Card Community website
https://taiwangoldcard.com
Other
43 stars 18 forks source link

Fix some errors in the console #100

Closed Pustur closed 4 years ago

Pustur commented 4 years ago

I noticed some errors logged in the console.

One was thrown because the showHomeImage function tried to .append() to an element that was null.

The other was a warning about an unexpected mime type while loading the CSS for driver.js. But I then noticed that it's not even used at the moment so I commented it out entirely to save a couple of network calls