This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/components/lightbox.js.coffee
2013-02-19 17:57:14 +11:00

9 lines
260 B
CoffeeScript

# Helper object for light boxes. Uses highlight.js which is loaded
# on demand.
window.Discourse.Lightbox =
apply: ($elem) ->
$('a.lightbox', $elem).each (i, e) =>
$LAB.script("/javascripts/jquery.colorbox-min.js").wait ->
$(e).colorbox()