Difficulty Executing Javascript in Overall Header HTML in PHPBB forum -


saw fartscroll.js onion offered here , wanted have fun on site. i'm having trouble getting execute. i'm able slap in overall header , done, despite efforts in following directions , formatting, refuses execute.

here's have far:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="{t_template_path}/styleswitcher.js"></script> <script type="text/javascript" src="{t_template_path}/forum_fn.js"></script> <script type="text/javascript" src="{t_template_path}/fartscroll.js"></script> <script>       $(document).ready(function() {         $(document).fartscroll(400);              });     </script> 

addendum did poking around, , found tag right after code in viewforum.php file stating "uncaught syntaxerror: unexpected token )"


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -