summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 10:41:59 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-11-19 10:41:59 +0100
commit9637157642b5c9a4ba1b7f928c4ab6fd29f96275 (patch)
tree2a40f28b561dcaa471c349a92d6484107ac820e0 /index.html
parent805efb5c9a4df66735f590af1243cc40e0cf88cf (diff)
Use accesskeys 9 and 0 for settings and logout
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 399cbd3..0f19e53 100644
--- a/index.html
+++ b/index.html
@@ -79,7 +79,7 @@
<ul class="nav navbar-nav navbar-right" style="display:none;">
<p class="navbar-text"><span data-tkey="signed_in_as">Signed in as </span><span id="signed-in-title">Janez</span></p>
<li class="dropdown">
- <a href="#" class="dropdown-toggle" tabindex="40" accesskey="4" data-toggle="dropdown" aria-expanded="true">
+ <a href="#" class="dropdown-toggle" tabindex="40" accesskey="9" data-toggle="dropdown" aria-expanded="true">
<span class="glyphicon glyphicon glyphicon-user"></span>
</a>
<ul class="dropdown-menu">
@@ -92,7 +92,7 @@
</ul>
</li>
<li id="settings_dropdown_menu"> <!-- class="dropdown"-->
- <a href="" class="dropdown-toggle" tabindex="50" accesskey="5" data-toggle="dropdown" id="settingsTrigger" title="Settings, options..." aria-expanded="true"><span class="glyphicon glyphicon glyphicon-wrench" aria-hidden="true"></span></a>
+ <a href="" class="dropdown-toggle" tabindex="50" accesskey="0" data-toggle="dropdown" id="settingsTrigger" title="Settings, options..." aria-expanded="true"><span class="glyphicon glyphicon glyphicon-wrench" aria-hidden="true"></span></a>
</li>
</ul>
</div><!--/.nav-collapse -->