Skip to content

Commit fc4c200

Browse files
committed
trying to fix loading.gif
1 parent da29c87 commit fc4c200

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

generate/lib/Example.class.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ function display()
101101
$html .= " archive: 'media/" . $this->name . ".jar,media/core.jar',\n";
102102
$html .= " width: '" . $this->width . "',\n";
103103
$html .= " height: '" . $this->height . "',\n";
104-
$html .= " image: 'media/loading.gif'\n";
104+
#$html .= " image: 'media/loading.gif'\n";
105105
$html .= "};\n";
106-
$html .= "deployJava.runApplet(attributes, { }, '1.5');\n";
106+
#$html .= "deployJava.runApplet(attributes, { }, '1.5');\n";
107+
$html .= "deployJava.runApplet(attributes, { image: 'media/loading.gif' }, '1.5');\n";
107108
$html .= "/* ]]> */\n";
108109
$html .= "</script>\n\n";
109110

0 commit comments

Comments
 (0)