diff --git a/js/designer/move.js b/js/designer/move.js index 86acc044f3..97e8f11da6 100644 --- a/js/designer/move.js +++ b/js/designer/move.js @@ -543,6 +543,9 @@ function Toggle_fullscreen () { value_sent = 'on'; $content.fullScreen(true); } else { + $img.attr('src', $img.data('enter')) + .attr('title', $span.data('enter')); + $span.text($span.data('enter')); $content.fullScreen(false); value_sent = 'off'; }