Skip to content
Snippets Groups Projects
Commit fafbd047 authored by tswestendorp's avatar tswestendorp
Browse files

Fix for issue #667

parent 08761028
No related branches found
No related tags found
No related merge requests found
...@@ -431,7 +431,7 @@ showImagesInline = function(urls, thread_id) { ...@@ -431,7 +431,7 @@ showImagesInline = function(urls, thread_id) {
if (info) { if (info) {
// Add a hover effect with the filename // Add a hover effect with the filename
var timeout, caption = $('<div class="image-hover">') var timeout, caption = $('<div class="image-hover">')
.css({'float',e.css('float')}); .css('float',e.css('float'));
e.wrap(caption).parent() e.wrap(caption).parent()
.hover( .hover(
function() { function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment