You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.
I unzipped your files to my local webserver, and just ran the index file over localhost with latest firefox on windows 7. The examples works the first time when run, but on refresh of the page i get this error in the console:
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test2.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
syntax error
[Break On This Error]
.ui-helper-hidden { display: none; }
The text was updated successfully, but these errors were encountered:
This is because the style is included as a script (css.js line 86). This is no more needed now for the most modern browsers, since the link elements can trigger onload.
I unzipped your files to my local webserver, and just ran the index file over localhost with latest firefox on windows 7. The examples works the first time when run, but on refresh of the page i get this error in the console:
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test2.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
illegal character
[Break On This Error]
test {
test.css (line 1)
syntax error
[Break On This Error]
.ui-helper-hidden { display: none; }
The text was updated successfully, but these errors were encountered: