Átállás

JUSTWEB létrehozása
This commit is contained in:
2017-08-24 10:42:06 +02:00
parent 159a71d3d0
commit e986f8cc23
120 changed files with 241221 additions and 239306 deletions
@@ -1,55 +1,55 @@
// NOTE object below must be a valid JSON
window.Nuvolar_Scanner_Android = $.extend(true, window.Nuvolar_Scanner_Android, {
"config": {
"config": {
"layoutSet": "slideout",
"animationSet": "default",
"commandMapping": {
"ios-header-toolbar": {
"commands": [
{
"id": "sde",
"location": "after"
},
{
"id": "delete",
"location": "after"
}
]
},
"generic-header-toolbar": {
"commands": [
{
"id": "ghz",
"location": "after"
}
]
},
"android-header-toolbar": {
"commands": [
{
"id": "delete",
"location": "after"
}
]
},
"win10-phone-appbar": {
"commands": [
{
"id": "delete",
"location": "menu"
}
]
},
"android-simple-toolbar": {
"commands": [
{
"id": "delete",
"location": "after"
}
]
}
"ios-header-toolbar": {
"commands": [
{
"id": "sde",
"location": "after"
},
{
"id": "delete",
"location": "after"
}
]
},
"generic-header-toolbar": {
"commands": [
{
"id": "ghz",
"location": "after"
}
]
},
"android-header-toolbar": {
"commands": [
{
"id": "delete",
"location": "after"
}
]
},
"win10-phone-appbar": {
"commands": [
{
"id": "delete",
"locateInMenu": "always"
}
]
},
"android-simple-toolbar": {
"commands": [
{
"id": "delete",
"location": "after"
}
]
}
}
}
});
}
});