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 committed by Dominic Clifton
parent 49e3433ef3
commit 3a3170f21c
2 changed files with 2 additions and 1 deletions

View file

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