dindinet / pwi

Automatically exported from code.google.com/p/pwi
0 stars 0 forks source link

Slimbox code from Using-SlimBox2 page didn't work #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code from the page "using slimbox" 
(http://code.google.com/p/pwi/wiki/Slimbox) didn't work for me.
I had to add a 'link href' line
<link   href="js/jquery.slimbox2/jquery.slimbox2.css" rel="stylesheet" 
type="text/css"/>
before this one
<script src="js/jquery.slimbox2.js" type="text/javascript"></script>

More over, according to the zipped file 
(http://code.google.com/p/pwi/downloads/detail?name=jquery.pwi-1.5.0.zip) 
downloaded from here, the right path in 'script src' should be 
"js/jquery.slimbox2/jquery.slimbox2.js" and not "js/jquery.slimbox2.js"

After making theses changes, everything worked fine for me.

Original issue reported on code.google.com by fapabipi...@gmail.com on 20 Sep 2011 at 4:18

GoogleCodeExporter commented 9 years ago
Documentation fixed, thanks for the remarks.

Original comment by borkh...@gmail.com on 6 Nov 2011 at 7:12