mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	add dummy javascript function, Bug #135
when clicking on a folder in the document chooser, the none existing javascript function folderSelectedform1() was called. This fix just adds it.
This commit is contained in:
		
							parent
							
								
									62c5a6bfa1
								
							
						
					
					
						commit
						646128cbd8
					
				|  | @ -764,6 +764,8 @@ function documentSelected<?php echo $formName ?>(id, name) { | |||
| 	$('#docid<?php echo $formName ?>').val(id); | ||||
| 	$('#choosedocsearch').val(name); | ||||
| 	modalDocChooser<?php echo $formName ?>.modal('hide');
 | ||||
| } | ||||
| function folderSelected<?php echo $formName ?>(id, name) {
 | ||||
| } | ||||
| 		</script> | ||||
| <?php | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann