Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 9f012d3

Browse files
Added '#settings' to the url for the gears
Still opens the same page but now it'll match the url when the user uses keyboard shortcut to Settings.
1 parent 7109d5a commit 9f012d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="dropdown-menu-capture"></div>
5151
<button id="buttonRevertAll" type="button" class="fa tip-anchor-right" tabindex="-1" data-i18n-tip="matrixRevertButtonAllTip">&#xf12d;<span class="fa">&#xf12d;</span><span class="fa">&#xf12d;</span><span class="fa">&#xf12d;</span><span class="fa">&#xf12d;</span></button>
5252
<button id="buttonReload" type="button" class="fa tip-anchor-right" data-i18n-tip="matrixReloadButton">&#xf021;</button>
53-
<button id="buttonDashboard" type="button" class="dropdown-menu-entry extensionURL fa tip-anchor-right" data-extension-url="dashboard.html">&#xf085;</button>
53+
<button id="buttonDashboard" type="button" class="dropdown-menu-entry extensionURL fa tip-anchor-right" data-extension-url="dashboard.html#settings">&#xf085;</button>
5454
</div>
5555

5656
<div id="matHead" class="matrix collapsible">

0 commit comments

Comments
 (0)