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:
pappastech
2012-09-06 23:14:51 +00:00
parent a61e9ab274
commit 09e90899ff

View File

@@ -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