1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-01 18:10:17 +12:00

Firefox: implement vAPI.app.restart

This commit is contained in:
Deathamns 2014-12-29 17:54:18 +01:00 committed by gorhill
parent 2a2fa8da75
commit ec337b61af

View file

@ -51,7 +51,10 @@ vAPI.app = {
/******************************************************************************/
vAPI.app.restart = function() {};
vAPI.app.restart = function() {
// Observing in bootstrap.js
Services.obs.notifyObservers(null, location.host + '-restart', null);
};
/******************************************************************************/