Pārlūkot izejas kodu

HUE-482. The Shortcuts button (at top right of Hue UI) does not do anything.

When this logic moved to JFrame I changed the selector to be a little more generic (use classes instead of ids).
Aaron Newton 14 gadi atpakaļ
vecāks
revīzija
251ea7d8ca
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      desktop/core/src/desktop/templates/index.mako

+ 1 - 1
desktop/core/src/desktop/templates/index.mako

@@ -202,7 +202,7 @@
             [<a href="/accounts/logout">logout</a>]
           </span>
         </span>
-        <a id="hotkeys" title="show keyboard shortcuts">
+        <a class="hotkeys" id="hotkeys" title="show keyboard shortcuts">
           <img src="/static/art/shortcut.png"> Shortcuts
         </a>
       </div>