mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 23:24:57 +00:00
make jumploader work with java 1.7
This commit is contained in:
parent
902cae2804
commit
63d8fa4314
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user