Explorar o código

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 %!s(int64=14) %!d(string=hai) anos
pai
achega
251ea7d8ca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>