Merge pull request #8 from paulhayes/master

showMap flag was removing the wrong item from the menu
pull/9/head
Dave Conway-Jones 2019-09-29 22:37:27 +01:00 zatwierdzone przez GitHub
commit bca451dc61
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -222,7 +222,7 @@ var template = [
// ]}
];
if (!showMap) { template[0].submenu.splice(6,1); }
if (!showMap) { template[0].submenu.splice(8,1); }
if (!editable) {
template[0].submenu.splice(3,1);