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

Fix for issue #667

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