make jumploader work with java 1.7

This commit is contained in:
Uwe Steinmann 2013-09-30 09:11:58 +02:00
parent 902cae2804
commit 63d8fa4314

View File

@ -1201,8 +1201,8 @@ mayscript>
/**
* applet initialized notification
*/
function appletInitialized( ) {
var uploader = document.jumpLoaderApplet.getUploader();
function appletInitialized(applet) {
var uploader = applet.getUploader();
var attrSet = uploader.getAttributeSet();
var attr;
<?php