diff --git a/public/javascripts/article.js b/public/javascripts/article.js index aaaa111..6095a5f 100644 --- a/public/javascripts/article.js +++ b/public/javascripts/article.js @@ -91,7 +91,7 @@ jQuery(function($) { var $item = $(this).closest('.item'); var html_selector = $item.attr('data-item'); var img = $item.find(html_selector).find('img').attr('src'); - $.colorbox({ html: '
' + '
' + add_to_text_button('with-text') + '   ' + close_button('with-text') + '
', maxWidth: '640px', maxHeight: '640px', scrolling: false }); + $.colorbox({ html: '
' + '
' + add_to_text_button('with-text') + '   ' + close_button('with-text') + '
', scrolling: false }); return false; }); $('a.close').live('click', function() { -- libgit2 0.21.2