Skip to content
Snippets Groups Projects
Commit 7f4e4b73 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix js bug

parent 6e5dd23e
No related branches found
No related tags found
No related merge requests found
...@@ -439,7 +439,7 @@ showImagesInline = function(urls, thread_id) { ...@@ -439,7 +439,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.
Finish editing this message first!
Please register or to comment