commands to set button or title

This commit is contained in:
2017-08-05 21:40:25 +02:00
parent 373affb582
commit 3f4b8a94f1
16 changed files with 272 additions and 226 deletions
+1
View File
@@ -450,6 +450,7 @@ ul > * {
-ms-user-select: none;
user-select: none; }
#menu #brand {
cursor: pointer;
color: white;
background: #2b6aa8;
font-size: 120%;
+4 -1
View File
@@ -999,8 +999,11 @@ $.ready(function () {
x.removeAttribute('tabindex');
});
// brand works as a link back to term in widescreen mode
var br = qs('#brand');
br && br.removeAttribute('tabindex');
br && br.addEventListener('click', function() {
location.href='/'; // go to terminal
});
}
});
+4 -1
View File
@@ -100,8 +100,11 @@ $.ready(function () {
x.removeAttribute('tabindex');
});
// brand works as a link back to term in widescreen mode
var br = qs('#brand');
br && br.removeAttribute('tabindex');
br && br.addEventListener('click', function() {
location.href='/'; // go to terminal
});
}
});
+2 -1
View File
@@ -26,7 +26,8 @@ return [
'term.explain_initials' => '
Those are the initial settings used after ESPTerm powers on.
The selected colors will also be used after receiving a
screen- or attributes-reset command.',
screen- or attributes-reset command. Those settings will be
applied immediately after saving to preview the changes live.',
'term.example' => 'Default colors preview',
-7
View File
@@ -333,13 +333,6 @@
The screen size and WiFi settings stay unchanged.
</td>
</tr>
<tr>
<td>\e]FR\a</td>
<td>--</td>
<td>"Factory Reset", emergency code when you mess up the WiFi, restores SSID to unique default, clears
stored credentials & enters Client+AP mode.
</td>
</tr>
<tr>
<td>\e[5n</td>
<td>--</td>
+1
View File
@@ -16,6 +16,7 @@
}
#brand {
cursor: pointer;
color: $menu-fg;
background: darken($menu-bg, 10%);
font-size: 120%;