Firefox: implement vAPI.app.restart

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 2a2fa8da75
commit ec337b61af

@ -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);
};
/******************************************************************************/

Loading…
Cancel
Save