# HG changeset patch # User neko259 # Date 2013-09-22 18:14:47 # Node ID 2dc7d85c617466450bc5f27c1ad3d2040a71581e # Parent c21c4aee919ebb7ea628da394e74c64d84d731eb Integrated image previews into the templates. Removed fancybox. diff --git a/boards/static/js/main.js b/boards/static/js/main.js --- a/boards/static/js/main.js +++ b/boards/static/js/main.js @@ -4,14 +4,6 @@ return false; }); - $(".fancy").fancybox({ - closeBtn: false, - closeClick: true, - padding: 0, - openEffect: 'none', - closeEffect: 'none' - }); - addImgPreview(); addRefLinkMap(); addPopups(); diff --git a/boards/templates/boards/base.html b/boards/templates/boards/base.html --- a/boards/templates/boards/base.html +++ b/boards/templates/boards/base.html @@ -5,8 +5,6 @@ - @@ -24,11 +22,11 @@ - +