viz1090/old_hw_build/dump1090/public_html/options.js
nathan 8cd0fa2a9d directory cleanup of old hw stuff (retained in subdir
Former-commit-id: 03042b53b1c453e267695262a6b801ee9569ada5
Former-commit-id: 96eb24339b9ec6e7b8740a562c5869fe3b0b7de7
2019-09-08 15:06:42 -05:00

18 lines
433 B
JavaScript

var listKMLType = ['Approch', 'Departure', 'Transit', 'Custom1', 'Custom2'];
var listKMLs = localStorage['listKMLs'] || [];
function optionsInitalize() {
// Write your initalization here
// Gets called just before the 1-sec function call loop is setup
$( "#dialog-modal" ).dialog({
height: 140,
modal: true,
autoOpen: false,
closeOnEscape: false
});
}
function optionsModal() {
$( "#dialog-modal" ).dialog( "open");
}