Commit 46421f20d8a2ab7f51c688b21dc60192bf685eda
1 parent
847da57b
1.
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/pages/base/stationroute/js/stationroute-list-reload.js
| @@ -202,11 +202,11 @@ $(function() { | @@ -202,11 +202,11 @@ $(function() { | ||
| 202 | 202 | ||
| 203 | }); | 203 | }); |
| 204 | 204 | ||
| 205 | - GetAjaxData.getLineMatchStationIsUpdate(Line.id, function(data) { | 205 | + /*GetAjaxData.getLineMatchStationIsUpdate(Line.id, function(data) { |
| 206 | if (data.status == 'SUCCESS' && data.data == "1") { | 206 | if (data.status == 'SUCCESS' && data.data == "1") { |
| 207 | $('.portlet-title .match_station').removeClass('hidden'); | 207 | $('.portlet-title .match_station').removeClass('hidden'); |
| 208 | } | 208 | } |
| 209 | - }); | 209 | + });*/ |
| 210 | 210 | ||
| 211 | $('#esc_edit_div').on( | 211 | $('#esc_edit_div').on( |
| 212 | 'click', | 212 | 'click', |