forked from wezm/wezm.net
Globally enable prettyPhoto in app js
This commit is contained in:
parent
eabac8172a
commit
72309b4019
2 changed files with 3 additions and 2 deletions
|
@ -44,5 +44,7 @@ jQuery(function() {
|
|||
input.val('');
|
||||
}
|
||||
$('#search').show();
|
||||
});
|
||||
|
||||
// Enable light box
|
||||
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"});
|
||||
});
|
||||
|
|
|
@ -20,7 +20,6 @@ jQuery(function () {
|
|||
li.css("background-position", (i * -75) + 'px -75px');
|
||||
ul.append(li);
|
||||
});
|
||||
$("a[rel^='prettyPhoto']").prettyPhoto({theme: "facebook"});
|
||||
};
|
||||
|
||||
// Populate Flickr
|
||||
|
|
Loading…
Reference in a new issue