[Bb-trac] [bbPress] #863: header template function sometimes makes
illegal javascript
bbPress
bb-trac at lists.bbpress.org
Sat Apr 19 11:44:18 GMT 2008
#863: header template function sometimes makes illegal javascript
----------------------+-----------------------------------------------------
Reporter: _ck_ | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Back-end | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
The functions in header (which I assume are making variables for jquery)
sometimes make illegal javascript, ie.
{{{
var page = ;
var isFav = ;
}}}
Is not valid. Unlike xhtml, illegal javascript will throw browser errors
(depending on the user's settings but IE gets the yellow triangle).
should be
{{{ = ""; }}}
or 0 or something but not blank;
--
Ticket URL: <http://trac.bbpress.org/ticket/863>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list