1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

converting background page to eventPage

This commit is contained in:
cTn 2014-07-30 19:53:33 +02:00
parent 81cceba005
commit b7e880678e
2 changed files with 2 additions and 1 deletions

View file

@ -14,7 +14,8 @@
"app": { "app": {
"background": { "background": {
"scripts": [ "background.js" ] "scripts": ["eventPage.js"],
"persistent": false
} }
}, },