diff options
author | John McLear <john@mclear.co.uk> | 2015-04-03 12:33:31 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-04-03 12:33:31 +0100 |
commit | 9090d76dcf65492f99385b1e9a81e20d34cd2630 (patch) | |
tree | b66f2989db47d8ae9849d1c836b4d96fe57d0507 /src/templates/pad.html | |
parent | f79e2c7de201ed948e827437c18aa96f312a6b51 (diff) | |
download | etherpad-lite-9090d76dcf65492f99385b1e9a81e20d34cd2630.zip |
temp solution for alt 9 to show editbar label
Diffstat (limited to 'src/templates/pad.html')
-rw-r--r-- | src/templates/pad.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html index babccd0f..cdaeb058 100644 --- a/src/templates/pad.html +++ b/src/templates/pad.html @@ -56,7 +56,7 @@ <!-- head and body had been removed intentionally --> <% e.begin_block("body"); %> - <div id="editbar" class="toolbar"> + <div id="editbar" class="toolbar" title="Toolbar (Alt F9)"> <div id="overlay"> <div id="overlay-inner"></div> </div> |