Hi,
after I've updated my site to WP 3.9 this error appeared:
Uncaught TypeError: Cannot read property 'indexOf' of null alfie.weather.js?ver=3.9:162
...
var obj = $.map( results, function ( result, i ) {
// Day or night?
wpd = result.item.pubDate;
n = wpd.indexOf( ":" );
tpb = me.getTimeAsDate( wpd.substr( n - 2, 8 ) );
tsr = me.getTimeAsDate( result.astronomy.sunrise );
tss = me.getTimeAsDate( result.astronomy.sunset );
...
Can you please help me resolve it?