Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
afa86f4236bcf959d569fd3b7e1fe3d40e79d22e
Authored by
潘钊
2017-11-09 01:22:45 +0800
1 parent
751b3f41
update...
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/js/main.js
src/main/resources/static/real_control_v2/js/main.js
View file @
afa86f4
...
...
@@ -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) {
...
...