The start of a crummy looking options. It is bugged right now.

Brought back the reset map.
This commit is contained in:
Brian Davenport 2013-05-30 17:45:10 +00:00
parent 5c3f6dac50
commit 21229d58ea
3 changed files with 20 additions and 1 deletions

View file

@ -167,6 +167,9 @@ function initialize() {
}
}
// Load up our options page
optionsInitalize();
// Did our crafty user need some setup?
extendedInitalize();
@ -311,6 +314,7 @@ function refreshSelected() {
}
html += '</table>';
document.getElementById('plane_detail').innerHTML = html;
}