mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Completes fix of #988
This commit is contained in:
parent
2a47057209
commit
717c7a0a60
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@
|
|||
}
|
||||
/******************************************************************************/
|
||||
|
||||
vAPI.app.restart = function() {};
|
||||
vAPI.app.restart = function() {
|
||||
µBlock.restart();
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue