Update broken scanner: separate No Access and Business Closed, adjust wording
This commit is contained in:
parent
f2c82b98f7
commit
2416e3e33f
@ -5,7 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
var SETTINGS = {
|
var SETTINGS = {
|
||||||
cacheversion: "v1.6.5_0",
|
cacheversion: "v1.6.6_0",
|
||||||
activitylog_maxlength: 500,
|
activitylog_maxlength: 500,
|
||||||
maptileurls: {
|
maptileurls: {
|
||||||
liberty: {
|
liberty: {
|
||||||
@ -85,7 +85,7 @@ var SETTINGS = {
|
|||||||
},
|
},
|
||||||
large: {
|
large: {
|
||||||
id: "large",
|
id: "large",
|
||||||
name: "Large Package",
|
name: "Oversized Package",
|
||||||
icon: "fas fa-pallet fa-fw",
|
icon: "fas fa-pallet fa-fw",
|
||||||
mapicon: "largebox",
|
mapicon: "largebox",
|
||||||
pluralmapicon: "largeboxes",
|
pluralmapicon: "largeboxes",
|
||||||
@ -93,7 +93,7 @@ var SETTINGS = {
|
|||||||
},
|
},
|
||||||
small: {
|
small: {
|
||||||
id: "small",
|
id: "small",
|
||||||
name: "Small Package",
|
name: "Small Package/SPR",
|
||||||
icon: "fas fa-envelope-square fa-fw",
|
icon: "fas fa-envelope-square fa-fw",
|
||||||
mapicon: "smallpackage",
|
mapicon: "smallpackage",
|
||||||
pluralmapicon: "smallpackages",
|
pluralmapicon: "smallpackages",
|
||||||
@ -212,7 +212,13 @@ var SETTINGS = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
button: 3,
|
button: 3,
|
||||||
title: "No Access or Business Closed",
|
title: "No Access",
|
||||||
|
type: "type",
|
||||||
|
after: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
button: 7,
|
||||||
|
title: "Business Closed",
|
||||||
type: "type",
|
type: "type",
|
||||||
after: false
|
after: false
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user