1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-20 23:05:15 +03:00

Fixed references to map.js after code cleanup

This commit is contained in:
JManDoo 2018-02-23 13:48:38 -06:00
parent d27c10d63a
commit beca60fe6b
4 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,7 @@
"partitions": [
{
"name": "map",
"accessible_resources" : ["tabs/map.html", "tabs/map.js", "/images/icons/cf_icon_position.png"]
"accessible_resources" : ["tabs/map.html", "js/tabs/map.js", "/images/icons/cf_icon_position.png"]
}
]
},

View file

@ -25,7 +25,7 @@
"name": "map",
"accessible_resources": [
"tabs/map.html",
"tabs/map.js",
"js/tabs/map.js",
"/images/icons/cf_icon_position.png"
]
}

View file

@ -90,6 +90,7 @@
<script type="text/javascript" src="./js/tabs/adjustments.js"></script>
<script type="text/javascript" src="./js/tabs/servos.js"></script>
<script type="text/javascript" src="./js/tabs/gps.js"></script>
<script type="text/javascript" src="./js/tabs/map.js"></script>
<script type="text/javascript" src="./js/tabs/motors.js"></script>
<script type="text/javascript" src="./js/tabs/led_strip.js"></script>
<script type="text/javascript" src="./js/tabs/sensors.js"></script>

View file

@ -11,7 +11,7 @@
padding: 0px;
}
</style>
<script src="map.js"></script>
<script src="/js/tabs/map.js"></script>
</head>
<body>
<div id="map-canvas"></div>