File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Firmware/RTK_Everywhere/AP-Config/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -507,13 +507,12 @@ function sendData() {
507
507
function showError ( id , errorText ) {
508
508
ge ( id + 'Error' ) . innerHTML = '<br>Error: ' + errorText ;
509
509
}
510
-
511
510
function clearError ( id ) {
512
511
ge ( id + 'Error' ) . innerHTML = '' ;
513
512
}
514
513
515
514
function showSuccess ( id , msg ) {
516
- ge ( id + 'Success' ) . innerHTML = '<br>Success: ' + msg ;
515
+ ge ( id + 'Success' ) . innerHTML = '<br>' + msg ;
517
516
}
518
517
function clearSuccess ( id ) {
519
518
ge ( id + 'Success' ) . innerHTML = '' ;
@@ -1222,7 +1221,7 @@ function confirmDataReceipt() {
1222
1221
//Determine which function sent the original data
1223
1222
if ( sendDataTimeout != null ) {
1224
1223
clearTimeout ( sendDataTimeout ) ;
1225
- showSuccess ( 'saveBtn' , "All Saved! " ) ;
1224
+ showSuccess ( 'saveBtn' , "Success: All Saved" ) ;
1226
1225
}
1227
1226
else {
1228
1227
console . log ( "Unknown owner of confirmDataReceipt" ) ;
You can’t perform that action at this time.
0 commit comments