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
+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
});
}
});