mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-02 10:33:33 +02:00
Make some attempt to respect "Clear Private Data"
This commit is contained in:
@@ -561,7 +561,8 @@ function Tabs() //{{{
|
||||
{
|
||||
bang: true,
|
||||
completer: function (context) completion.url(context),
|
||||
literal: 0
|
||||
literal: 0,
|
||||
privateData: true
|
||||
});
|
||||
|
||||
commands.add(["tabde[tach]"],
|
||||
|
||||
Reference in New Issue
Block a user