We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da29c87 commit fc4c200Copy full SHA for fc4c200
1 file changed
generate/lib/Example.class.php
@@ -101,9 +101,10 @@ function display()
101
$html .= " archive: 'media/" . $this->name . ".jar,media/core.jar',\n";
102
$html .= " width: '" . $this->width . "',\n";
103
$html .= " height: '" . $this->height . "',\n";
104
- $html .= " image: 'media/loading.gif'\n";
+ #$html .= " image: 'media/loading.gif'\n";
105
$html .= "};\n";
106
- $html .= "deployJava.runApplet(attributes, { }, '1.5');\n";
+ #$html .= "deployJava.runApplet(attributes, { }, '1.5');\n";
107
+ $html .= "deployJava.runApplet(attributes, { image: 'media/loading.gif' }, '1.5');\n";
108
$html .= "/* ]]> */\n";
109
$html .= "</script>\n\n";
110
0 commit comments