1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-02 23:57:10 +02:00

Completes fix of #988

This commit is contained in:
Chris 2015-03-11 16:29:08 -06:00
parent 2a47057209
commit 717c7a0a60

View File

@ -66,7 +66,9 @@
}
/******************************************************************************/
vAPI.app.restart = function() {};
vAPI.app.restart = function() {
µBlock.restart();
};
/******************************************************************************/