diff options
author | Josh Angell <jbangell@gmail.com> | 2012-03-12 13:34:08 +0000 |
---|---|---|
committer | Josh Angell <jbangell@gmail.com> | 2012-03-12 13:34:08 +0000 |
commit | 3fc302069d8136e55edf7c91d0e4afe069e22b1c (patch) | |
tree | cb204cad5ced8d84ec8d0e8361a1b9ed90ad2f5f /web | |
parent | e66add783ba63d1ecbfd3dbd472234bc5c5cadc7 (diff) |
Add fancy box css, class to report page and js hook (for #209)
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 6da87a2e7..97f97f22a 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -520,6 +520,13 @@ $.fn.drawer = function(id, ajax) { queue:false }).fadeOut(500); }); + + + + /* + * Fancybox fullscreen images + */ + $('.fancy-image').fancybox(); }); /* |