diff --git a/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html b/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html index 9da8de794b..5caddbd9ac 100755 --- a/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html +++ b/bigbluebutton-html5/app/client/views/whiteboard/whiteboard.html @@ -1,18 +1,5 @@ - - {{#if isMobileChromeOrFirefox}} - {{> makeButton btn_class="fullscreenWhiteboardButton" i_class="glyphicon glyphicon-fullscreen"}} - {{/if}} - - {{title}} - {{#if isCurrentUserPresenter}} - - - {{presentationProgress}} - - - {{/if}} - + {{#each getCurrentSlide}} {{> slide}} {{/each}} @@ -20,6 +7,12 @@ + -