Commit ec5c25d848ff18848121ab1865353147697102d9
1 parent
13ba7d4d
update...
Showing
2 changed files
with
5 additions
and
5 deletions
src/main/resources/static/real_control_v2/js/main.js
| ... | ... | @@ -47,7 +47,7 @@ var gb_main_ep = new EventProxy(), |
| 47 | 47 | $('li.map-panel', '#main-tab-content').load('/real_control_v2/mapmonitor/real.html'); |
| 48 | 48 | }, 1000); |
| 49 | 49 | //弹出更新说明 |
| 50 | - //showUpdateDescription(); | |
| 50 | + showUpdateDescription(); | |
| 51 | 51 | }); |
| 52 | 52 | |
| 53 | 53 | function g_emit(id) { |
| ... | ... | @@ -168,8 +168,8 @@ var disabled_submit_btn = function (form) { |
| 168 | 168 | function showUpdateDescription() { |
| 169 | 169 | //更新说明 |
| 170 | 170 | var updateDescription = { |
| 171 | - date: '2017-08-25', | |
| 172 | - text: '<h5>1、修复了一个bug,这个bug导致个别班次不显示实到时间!</h5>' | |
| 171 | + date: '2017-09-24', | |
| 172 | + text: '<h5>1、尝试解决 “祝桥2路” 和 “机场七线” 进站问题!</h5>' | |
| 173 | 173 | }; |
| 174 | 174 | |
| 175 | 175 | var storage = window.localStorage | ... | ... |
src/main/resources/static/real_control_v2/main.html
| ... | ... | @@ -74,12 +74,12 @@ |
| 74 | 74 | </div> |
| 75 | 75 | |
| 76 | 76 | <script> |
| 77 | - var gb_beforeunload_fun = function (e) { | |
| 77 | +/* var gb_beforeunload_fun = function (e) { | |
| 78 | 78 | var confirmationMessage = "\o/"; |
| 79 | 79 | (e || window.event).returnValue = confirmationMessage; |
| 80 | 80 | return confirmationMessage; |
| 81 | 81 | } |
| 82 | - window.addEventListener("beforeunload", gb_beforeunload_fun); | |
| 82 | + window.addEventListener("beforeunload", gb_beforeunload_fun);*/ | |
| 83 | 83 | |
| 84 | 84 | delete window.exports; |
| 85 | 85 | delete window.module; | ... | ... |