فهرست منبع

Add fullscreen toggle name

sebastien 7 سال پیش
والد
کامیت
0724c45394
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Viewer/assets/templates/default/navbar.html

+ 1 - 1
Viewer/assets/templates/default/navbar.html

@@ -502,7 +502,7 @@
             <span class="icon help-icon"></span>
         </button>
         {{/unless}} {{#unless hideFullscreen}}
-        <button class="fullscreen fullscreen-button" title="{{text.fullscreenButton}} ">
+        <button class="fullscreen fullscreen-button" title="{{text.fullscreenButton}} " name="fullscreenToggle">
             <span class="icon fullscreen-icon"></span>
         </button>
         {{/unless}}