mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-28 19:10:11 -04:00
Implement fix for Open Flash Chart not displaying in Firefox.
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@56 c3eb156b-1dc0-44e1-88ae-e38439141b53
This commit is contained in:
@@ -8,7 +8,7 @@ $this->load->view("partial/header");
|
||||
<script type="text/javascript">
|
||||
swfobject.embedSWF(
|
||||
"<?php echo base_url(); ?>open-flash-chart.swf", "chart",
|
||||
"100%", "100%", "9.0.0", "expressInstall.swf",
|
||||
"800", "400", "9.0.0", "expressInstall.swf",
|
||||
{"data-file":"<?php echo $data_file; ?>"} )
|
||||
</script>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user