google-code-export / jqwicket

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

jquery.blockUI.js contains invalid character #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run a application which uses BlockUI in deployment mode

What is the expected output? What do you see instead?
All javascript works fine

What version of the product are you using? On what operating system?
0.8, windows 7, downloaded using maven:
version=0.8
groupId=com.google.code.jqwicket
artifactId=jqwicket

Please provide any additional information below.
jquery.blockUI.js in package: com.google.code.jqwicket contains invalid 
character on the beginning of the file.

Original issue reported on code.google.com by tszpi...@gmail.com on 13 Feb 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Issue is with the encoding of the file. It needs to be encoded without BOM

Original comment by andy.bl...@gmail.com on 22 Feb 2012 at 3:20