mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
production needs extension of swf
This commit is contained in:
parent
22e166c370
commit
3a3a1ac22e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<% @swf_count ||= 0 -%>
|
<% @swf_count ||= 0 -%>
|
||||||
<div class="open-flash-chart"><%= swf_tag asset_path("open-flash-chart"),
|
<div class="open-flash-chart"><%= swf_tag asset_path("open-flash-chart.swf"),
|
||||||
:flashvars => { 'width' => width, 'height' => height, 'data' => data},
|
:flashvars => { 'width' => width, 'height' => height, 'data' => data},
|
||||||
:parameters => { 'allowScriptAccess' => 'sameDomain', 'wmode' => 'transparent'},
|
:parameters => { 'allowScriptAccess' => 'sameDomain', 'wmode' => 'transparent'},
|
||||||
:div_id => "chart_#{@swf_count+=1}",
|
:div_id => "chart_#{@swf_count+=1}",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue