mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 11:02:27 +01:00
* return after quitting last tab
* update statusline on browser start
This commit is contained in:
@@ -177,6 +177,8 @@ function Tabs() //{{{
|
||||
window.close();
|
||||
else
|
||||
vimperator.quit(quit_on_last_tab == 2);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
var index = this.index(tab);
|
||||
|
||||
Reference in New Issue
Block a user