mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 21:27:36 +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
	 Uwe Steinmann
						Uwe Steinmann