diff --git a/js/functions.js b/js/functions.js index 6669f7406f..1a74496356 100644 --- a/js/functions.js +++ b/js/functions.js @@ -2324,7 +2324,7 @@ var toggleButton = function ($obj) { */ var h = $obj.height(); $('img', $obj).height(h); - $('table', $obj).css('bottom', h-1); + $('table', $obj).css('bottom', h); /** * var on Width of the "ON" part of the toggle switch * var off Width of the "OFF" part of the toggle switch