Ruby Forum RForum > missing findpos.js, etc

Posted by Igor Lychakov (eklmn)
on 21.12.2007 16:33
...\rforum\app\views\layouts\default.rhtml

<i>
contains these lines
  <%= javascript_include_tag 'highlightCurrentLink' -%>
  <%= javascript_include_tag 'findpos' -%>
<i/>

that give the following error

<i>
127.0.0.1 - - [21/Dec/2007:10:30:12 Eastern Standard Time] "GET
/javascripts/highlightCurrentLink.js HTTP/1.1" 404 642
http://localhost:3000/ -> /javascripts/highlightCurrentLink.js
127.0.0.1 - - [21/Dec/2007:10:30:12 Eastern Standard Time] "GET
/javascripts/findpos.js HTTP/1.1" 404 629
http://localhost:3000/ -> /javascripts/findpos.js
<i/>

since ...\rforum\public\javascripts\ does not have these files.
Any ideas where to get them from?
Thanks