|
|
@@ -481,7 +481,6 @@ function _driver_login(inp) {
|
|
|
|
|
|
var n = g_ctx[uvar].length;
|
|
|
|
|
|
- //if (inp == 'cancel') { _switch_ui('ui_driver', 'ui_login'); }
|
|
|
if (inp == 'cancel') { _switch_ui('ui_login'); }
|
|
|
else if (inp == 'ok') {
|
|
|
|
|
|
@@ -492,6 +491,8 @@ function _driver_login(inp) {
|
|
|
ele = document.getElementById("ui_driver_driver");
|
|
|
ele.style.background = "#aaaaaa";
|
|
|
|
|
|
+ // Show 'pin' box now that the 'driver' box has been filled
|
|
|
+ //
|
|
|
ele = document.getElementById("ui_driver_pin");
|
|
|
ele.style.display = "block";
|
|
|
ele = document.getElementById("ui_driver_pin_text");
|