Merge pull request #6354 from PsiOmegaDelta/CrewMonitor

Crew Monitor now displays the detailed list instead of map first
This commit is contained in:
Snapshot
2014-09-13 16:54:35 -07:00

View File

@@ -117,10 +117,7 @@
ui.add_template("mapContent", "crew_monitor_map_content.tmpl")
// adding a template with the key "mapHeader" replaces the map header content
ui.add_template("mapHeader", "crew_monitor_map_header.tmpl")
// we want to show the map by default
ui.set_show_map(1)
ui.set_initial_data(data)
ui.open()