jQuery lightbox Plugin auf AGPL-Version gewechselt (fixes #12)
This commit is contained in:
		
							parent
							
								
									ab502ffa89
								
							
						
					
					
						commit
						e06f95874b
					
				
					 15 changed files with 244 additions and 126 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -59,6 +59,7 @@ function updateContentImage(pathParts) { | |||
|         $("#content_main img").attr("alt", data["data"]); | ||||
|         $("#content_main img").attr("src", data["preview"]); | ||||
|         $("#content_main a").attr("href", data["full"]); | ||||
|         $("#content_main a").attr("title", data["data"]); | ||||
|     }); | ||||
| } | ||||
| 
 | ||||
|  | @ -122,5 +123,4 @@ $(document).ready(function() { | |||
|     $("div.thumbnail img").mouseover(function() { | ||||
|         updateContentImage(getPathParts(this.src)); | ||||
|     }); | ||||
|     $("a.lightbox").lightBox(); | ||||
| }); | ||||
|  |  | |||
		Reference in a new issue