From 7f4e4b73b1754ca01ecc1a9d82a922531637c30e Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Fri, 28 Feb 2014 09:10:48 -0600
Subject: [PATCH] oops: Fix js bug

---
 scp/js/ticket.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scp/js/ticket.js b/scp/js/ticket.js
index a936191be..357031c9e 100644
--- a/scp/js/ticket.js
+++ b/scp/js/ticket.js
@@ -439,7 +439,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() {
-- 
GitLab