Scaffold: Run/delete tests with the keyboard (#2118)
This commit is contained in:
parent
1c61c86801
commit
f942c224f5
3 changed files with 17 additions and 3 deletions
|
@ -604,6 +604,16 @@ var Scaffold = new function() {
|
|||
}
|
||||
}
|
||||
|
||||
this.runTranslatorOrTests = async function () {
|
||||
var tabs = document.getElementById('tabs');
|
||||
if (tabs.selectedItem.id == 'tab-testing') {
|
||||
this.runSelectedTests();
|
||||
}
|
||||
else {
|
||||
this.run('do');
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* generate translator GUID
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue