Modify ↓
#8600 closed defect (fixed)
yui_base_url does not work for the 'swf'
Reported by: | branson | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracTicketStatsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I am on an airgapped network so I d/l'd the relevant .js and swf and changed the pointer.. however .. I found that you were using a hard-coded entry in greensauce.html
Here is the fix..
YAHOO.widget.Chart.SWFURL = "${yui_base_url}/build/charts/assets/charts.swf";
Attachments (0)
Change History (3)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [9941]) Fixes #8600: removed hard-coded entry for yui_base_url.