View Single Post
Old 12-05-2012, 08:51 PM   PM User | #2
Old Pedant
Supreme Master coder!

 
Old Pedant's Avatar
 
Join Date: Feb 2009
Posts: 23,210
Thanks: 59
Thanked 3,996 Times in 3,965 Posts
Old Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to allOld Pedant is a name known to all
Use your debugger and look at the error console.

Chrome debugger, for example, shows these errors:
Code:
not found: resource://jid1-ryetb1dajacauw-at-jetpack-paypal_wishlist_and_notifier-data/stylesheets/notifications.css

Uncaught TypeError: Object [object Object] has no method 'slideshow'   widgetkit-5bdb987f.js:14
So your "notifications.css" does not exist, so far as the browser can find it.

And you have an error in the JS code, as noted. No idea why the JS error. You will probably have to ask the widgetkit people.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant is offline   Reply With Quote