Toggle inserts javascript in wrong place

master
http://kaizer.se/ 2009-09-18 20:07:34 -04:00 committed by Joey Hess
parent 18151b8152
commit ada46376cc
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
The toggle plugins checks for a `<body>` in the page; if not found, javascript tags are inserted at the top of the document. Since my page uses `<body onload="javascript:fixLinks()">`; a plain `<body>` is not found and I get script links before the docstring declaration. Please see the source of the following toggle-using page: http://kaizer.se/wiki/kupfer/ -- ulrik [kaizer.se]