Fix designer exit full screen mode icon and text back to enter mode
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
baada9571f
commit
631de237a3
@ -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';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user