The start of a crummy looking options. It is bugged right now.
Brought back the reset map.
This commit is contained in:
parent
5c3f6dac50
commit
21229d58ea
3 changed files with 20 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue