remove health.js
This commit is contained in:
parent
cff3d13d4b
commit
68d2aeba69
14
health.js
14
health.js
|
@ -1,14 +0,0 @@
|
||||||
'use strict';
|
|
||||||
|
|
||||||
setTimeout(healthCheck, 0);
|
|
||||||
|
|
||||||
function healthCheck() {
|
|
||||||
chrome.runtime.sendMessage({method: 'healthCheck'}, ok => {
|
|
||||||
if (ok === undefined) {
|
|
||||||
// Chrome is starting up
|
|
||||||
healthCheck();
|
|
||||||
} else if (!ok && confirm(t('dbError'))) {
|
|
||||||
window.open('http://userstyles.org/dberror');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user