Micusoft / mobiscroll

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

demo.html has wrong css / js URLs #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the demo.html file you're trying to include the css / js looking in the 
wrong path:

<script src="js/mobiscroll-1.5.2.js" type="text/javascript"></script>

    <link href="css/mobiscroll-1.5.2.css" rel="stylesheet" type="text/css" />

The css and js files are not in folders, therefore it gives a 404 error.

Original issue reported on code.google.com by feket...@gmail.com on 2 Nov 2011 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, it will be corrected in the next release.

Original comment by diosla...@gmail.com on 3 Nov 2011 at 6:20

GoogleCodeExporter commented 8 years ago
Fixed it, made a pull request on github

Original comment by feket...@gmail.com on 3 Nov 2011 at 10:18

GoogleCodeExporter commented 8 years ago

Original comment by diosla...@gmail.com on 3 Jan 2012 at 8:52

GoogleCodeExporter commented 8 years ago
Fixed in 1.5.3

Original comment by diosla...@gmail.com on 3 Jan 2012 at 10:09