mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-07 15:40:41 -04:00
Add missing semicolon
This commit is contained in:
@@ -14,16 +14,16 @@ $(document).ready(function() {
|
||||
// Album view only
|
||||
if ($("#gAlbumGrid").length) {
|
||||
// Vertical align thumbnails/metadata in album grid
|
||||
$(".gItem").wrapInner("<div></div>")
|
||||
$(".gItem").wrapInner("<div></div>");
|
||||
$('.gItem div').vAlign();
|
||||
}
|
||||
|
||||
// Photo/Item item view only
|
||||
if ($("#gItem").length) {
|
||||
// Ensure that sized image versions
|
||||
// Ensure that sized image versions
|
||||
// fit inside their container
|
||||
sizedImage();
|
||||
|
||||
|
||||
// Add scroll effect for links to named anchors
|
||||
$.localScroll({
|
||||
queue: true,
|
||||
|
||||
Reference in New Issue
Block a user