ghostium icon indicating copy to clipboard operation
ghostium copied to clipboard

Sidebar image won't load if i click in Home.

Open lsferreira42 opened this issue 10 years ago • 2 comments

Whenever i click in my home button, my sidebar image disappear and enter in a loop trying to load This is the error i can see in js console:

Uncaught TypeError: Cannot read property 'src' of undefined

Website: www.leandrosf.com

lsferreira42 avatar Nov 18 '14 02:11 lsferreira42

I'm getting this bug as well. Demo at http://blog.nelsonliu.me

nelson-liu avatar Apr 26 '16 06:04 nelson-liu

This bug has a fairly simple fix: it's caused by trying to remove a disqus element, but that fails when there are no posts on the blog. An easy client side fix is to just publish a post.

nelson-liu avatar Apr 26 '16 22:04 nelson-liu