mirror of
https://github.com/chinchang/web-maker.git
synced 2025-10-13 20:44:23 +02:00
final slash
This commit is contained in:
@@ -32,4 +32,9 @@ chrome.runtime.onInstalled.addListener(function callback (details) {
|
||||
if (details.reason === 'install') {
|
||||
openApp();
|
||||
}
|
||||
if (details.reason === 'update') {
|
||||
if ((details.previousVersion + '').indexOf('1.') === 0) {
|
||||
openApp();
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user