kushal45 / jpicker

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

Broken picture #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download jpicker-1.1.6.zip, upload to website, no change any file.
2.visit Example.html
3.

What is the expected output? What do you see instead?

the color picker show broken picture on the web. i can see exactly picker at 
http://localhost , but not at website ? not sure what's happen .

What version of the product are you using? On what operating system?

Please provide any additional information below.
see attached picture.

Original issue reported on code.google.com by cablee...@gmail.com on 20 Jul 2011 at 9:15

Attachments:

GoogleCodeExporter commented 8 years ago
i found what the problem is , the Upper case .

<link rel="Stylesheet" type="text/css" href="css/jPicker-1.1.6.min.css" 

i corrected it by below code.

<link rel="Stylesheet" type="text/css" href="css/jpicker-1.1.6.min.css" 

lol

Original comment by cablee...@gmail.com on 20 Jul 2011 at 11:24