Commit 3f32b842479603a4b4e583c6be61683d29a69f36
1 parent
56f15b1c
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/mapmonitor/real.html
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | |
| 15 | 15 | <div id="real_map_container"></div> |
| 16 | 16 | <div class="real_right_gps_panel"> |
| 17 | - <form class="uk-form" > | |
| 17 | + <form class="uk-form" onsubmit="return false;"> | |
| 18 | 18 | <div class="uk-autocomplete uk-form ral-gps-autocom" style="width: 100%;"> |
| 19 | 19 | <div class="uk-form-icon"> |
| 20 | 20 | <i class="uk-icon-search"></i> | ... | ... |