This commit is contained in:
@@ -83,9 +83,15 @@ window.app = {
|
|||||||
},
|
},
|
||||||
"details": {
|
"details": {
|
||||||
enter() {
|
enter() {
|
||||||
|
if (localStorage.lastStreetName) {
|
||||||
|
document.getElementById("title").value = localStorage.lastStreetName;
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
localStorage.lastStreetName = "";
|
||||||
|
}
|
||||||
},
|
},
|
||||||
exit() {
|
exit() {
|
||||||
|
localStorage.lastStreetName = document.getElementById("title").value;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"finalresult": {
|
"finalresult": {
|
||||||
|
|||||||
Reference in New Issue
Block a user