0

first steps to getting toggle for regions working

This commit is contained in:
Michael Writhe
2011-04-13 21:59:52 -06:00
parent 33bfdca28a
commit 183d278f81
2 changed files with 77 additions and 29 deletions

View File

@@ -33,6 +33,11 @@ var signGroups = [
{label: "All", match: function(s) {return true}},
];
//piTODO: document this
var regionGroups = [
{label: "WorldGuard", match: function(s) {return true}},
];
/* mapTypeData -- a list of alternate map renderings available. At least one rendering must be
* listed. When more than one are provided, controls to switch between them are provided, with
* the first one being the default.