Преглед изворни кода

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 година
родитељ
комит
251ea7d8ca
1 измењених фајлова са 1 додато и 1 уклоњено
  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>