forked from ArduPilot/ardupilot_wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Ensure useralerts.js is only copied for vehicles
- Loading branch information
1 parent
badb0cc
commit 1437da1
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
Script for downloading and displaying User Alerts in the common-user-alerts.rst page | ||
Requires a table with the css class "useralerts-list" | ||
Written by Stephen Dade ([email protected]) | ||
[copywiki destination="copter,plane,rover,antennatracker"] | ||
*/ | ||
$(document).ready(function() { | ||
$.getScript("https://firmware.ardupilot.org/userAlerts/manifest.js", function() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters