Răsfoiți Sursa

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 ani în urmă
părinte
comite
251ea7d8ca
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>