Skip to content

Commit

Permalink
Fix facebox images (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutto committed Nov 12, 2008
1 parent 54f807f commit bd9e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/javascripts/facebox.js
Expand Up @@ -84,8 +84,8 @@
settings: {
opacity : 0,
overlay : true,
loadingImage : '/facebox/loading.gif',
closeImage : '/facebox/closelabel.gif',
loadingImage : '/images/facebox/loading.gif',
closeImage : '/images/facebox/closelabel.gif',
imageTypes : [ 'png', 'jpg', 'jpeg', 'gif' ],
faceboxHtml : '\
<div id="facebox" style="display:none;"> \
Expand Down

0 comments on commit bd9e124

Please sign in to comment.