quirkey / gembox

A sinatra based interface for browsing and admiring your gems
http://code.quirkey.com/gembox
50 stars 10 forks source link

click the left side list in RDoc pages isn't working. #10

Open UnderCooled opened 14 years ago

UnderCooled commented 14 years ago

Running on a FreeBSD, browse on a windows machine.

Chrome Inspect:

:5678/gems/doc/sinatra/0.9.4/js/searchdoc.js:401
Uncaught TypeError: Cannot read property 'location' of undefined

Firebug:

this.frame is undefined
[Break on this error] this.frame.location.href = '../' + src; 
searchdoc.js (Line No. 401)