Ticket #49 (closed defect: fixed)
DynamicCSS pulls css and two function errors
| Reported by: | adam2003w | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
DynamicCSS pulls css and two function errors
I've just installed Xinha and while using DynamicCSS it pulls my full css file but then has two lines of funtions that spit out:
function (needle) { var haystack = this; for (var i = 0; i < haystack.length; i++) { if needle == haystack[i]) [ return true; } } return false; }
function (a) { for (var i = 0; i < a.length;i++) { this.push(a[i]); } return this; }
I loaded the DynamicCSS plugin from htmlarea3 and it came up with the same error which leads me to believe there is an error how the Xinha Core interacts with DynamicCSS. Any ideas?
Change History
Note: See
TracTickets for help on using
tickets.
