This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "id" : "default", "name" : "-- choose a mon --", "level" : 0, "need" : 0, "active" : true }, | |
{ "id" : "articuno", "name" : "Articuno", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "entei", "name" : "Entei", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "groudon", "name" : "Groudon", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "hooh", "name" : "Ho-Oh", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "kyogre", "name" : "Kyogre", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "latias", "name" : "Latias", "level" : 5, "need" : 6, "active" : true }, | |
{ "id" : "latios", "name" : "Latios", "level" : 5, "need" : 6, "active" : true }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const BROWSER_ID_MSIE = 'MSIE'; | |
const BROWSER_ID_EDGE = 'Edge'; | |
const BROWSER_ID_CHROME = 'Chrome'; | |
const BROWSER_ID_FIREFOX = 'Firefox'; | |
const BROWSER_ID_SAFARI = 'Safari'; | |
const BROWSER_ID_OPERA = 'Opera'; | |
const BROWSER_ID_UNKNOWN = 'Unknown'; | |
function getBrowserId() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# rockethive.sh -- RocketMap hive start/stop/status/attach script | |
# | |
# CHANGELOG | |
# | |
# Date Author Description | |
# --------------------------------------------------------------------------------------------------------- | |
# 2017-09-01 captbunzo Initial version (again) | |
# 2017-09-12 captbunzo Modified to support multiple user region setup |