commands to set button or title
This commit is contained in:
+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
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user