From 211f8cec9ccc678774ac46da9826f6833d7ba10c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 10 Nov 2014 04:12:28 +0300 Subject: [PATCH] minor cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/ribbons.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ui (gen4)/ribbons.js b/ui (gen4)/ribbons.js index b4e17913..5e96aea0 100755 --- a/ui (gen4)/ribbons.js +++ b/ui (gen4)/ribbons.js @@ -422,14 +422,8 @@ module.RibbonsPrototype = { img .clone() .removeClass('current') - .attr('gid', null)) - /* - .css({ - width: img.outerWidth(), - height: img.outerHeight(), - }) - */ - , s) + .attr('gid', null)), + s) // place it over the current image... .css({ top: io.top - vo.top,