Skip to content

Commit

Permalink
git clue to the overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Ryrych committed Sep 12, 2011
1 parent 717dc6f commit e13d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/lib/jquery.ui.rlightbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ $.extend($.ui.rlightbox, {
"<div id='ui-lightbox-map-viewport'></div>" +
"</div>",

_overlay = "<div id='ui-lightbox-overlay' class='ui-widget-overlay' style='display: none'></div>";
_overlay = "<div id='ui-lightbox-overlay' class='ui-widget-overlay' title='click to close' style='display: none'></div>";

// append the structure
$( _lightbox )
Expand Down

0 comments on commit e13d42d

Please sign in to comment.