commands to set button or title
This commit is contained in:
@@ -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
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
}
|
||||
|
||||
#brand {
|
||||
cursor: pointer;
|
||||
color: $menu-fg;
|
||||
background: darken($menu-bg, 10%);
|
||||
font-size: 120%;
|
||||
|
||||
Reference in New Issue
Block a user