diff --git a/js/msp/MSPHelper.js b/js/msp/MSPHelper.js index 3f9f1400..dba5b947 100644 --- a/js/msp/MSPHelper.js +++ b/js/msp/MSPHelper.js @@ -455,8 +455,8 @@ var mspHelper = (function (gui) { data.getInt32(10, true), data.getInt16(14, true), data.getInt16(16, true), - data.getInt16(18, true), // CR8 - data.getUint8(20) // CR8 + data.getInt16(18, true), + data.getUint8(20) )); break; case MSPCodes.MSP_BOXIDS: diff --git a/js/waypointCollection.js b/js/waypointCollection.js index 51db7097..001eee55 100644 --- a/js/waypointCollection.js +++ b/js/waypointCollection.js @@ -72,7 +72,7 @@ let WaypointCollection = function () { }; self.isEmpty = function () { - return data.length == 0; // CR9 + return data.length == 0; }; self.flush = function () { @@ -180,7 +180,6 @@ let WaypointCollection = function () { optionIdx = 0; idx++; } - // CR8 if (!(bMWPfile && bReverse)) { if (element.getNumber() == self.get().length - 1) { element.setEndMission(0xA5); @@ -189,7 +188,6 @@ let WaypointCollection = function () { element.setEndMission(0); } } - // CR8 } }); }; diff --git a/src/css/tabs/mission_planer.css b/src/css/tabs/mission_planer.css index 1dac2869..344dcf84 100644 --- a/src/css/tabs/mission_planer.css +++ b/src/css/tabs/mission_planer.css @@ -60,11 +60,11 @@ .tab-mission-control .ic_removeAll { background-image: url(../images/icons/cf_icon_MP_removeAll_grey.svg); } -/* CR8 */ + .tab-mission-control .ic_openMultimission { background-image: url(../images/icons/cf_icon_multimission_white.svg); } -/* CR8 */ + .tab-mission-control .ic_save { background-image: url(../images/icons/cf_icon_MP_save_grey.svg); } @@ -96,11 +96,11 @@ .tab-mission-control .ic_center { background-image: url(../images/icons/cf_icon_MP_center_grey.svg); } -/* CR8 */ + .tab-mission-control .ic_setup { background-image: url(../images/icons/cf_icon_setup_white.svg); } -/* CR8 */ + .tab-mission-control .btnicon { background-repeat: no-repeat; background-position: center; @@ -285,7 +285,7 @@ .ol-touch .mission-control-settings { top: 80px; } -/* CR8 */ + .mission-control-multimission { top: 90px; left: .5em; @@ -309,7 +309,7 @@ .ol-touch .mission-control-safehome { top: 140px; } -/* CR8 */ + .mission-control-template { top: 140px; left: .5em; diff --git a/tabs/mission_control.html b/tabs/mission_control.html index 7968cb4c..4f3042bb 100644 --- a/tabs/mission_control.html +++ b/tabs/mission_control.html @@ -88,7 +88,7 @@ - + - +