fix paging
parent
bb24204b13
commit
948f3f994e
|
@ -19,7 +19,7 @@ export default class Page extends Command {
|
||||||
this.local = {
|
this.local = {
|
||||||
emergencyNumbers: ['#0', '#1', '#2', '#3'],
|
emergencyNumbers: ['#0', '#1', '#2', '#3'],
|
||||||
departmentNumbers: ['00', '01', '10', '20', '21', '22'],
|
departmentNumbers: ['00', '01', '10', '20', '21', '22'],
|
||||||
validPagerCodes: ['911', '811', '210', '265', '411', '419', '555', '556', '557'],
|
validPagerCodes: ['911', '811', '210', '265', '411', '419', '555', '556', '557', '558'],
|
||||||
codeDict: new Map(),
|
codeDict: new Map(),
|
||||||
};
|
};
|
||||||
this.init();
|
this.init();
|
||||||
|
|
Loading…
Reference in New Issue