Skip to content

Commit ad351cb

Browse files
committed
Update TemperatureController.js
Corrected the order of showing name and description of a temperature sensor
1 parent 1b405c7 commit ad351cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/app/TemperatureController.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ define(['app'], function (app) {
3737
$("#dialog-edittempdevice" ).dialog( "open" );
3838
}
3939

40-
EditTempDeviceSmall = function(idx,description,name,addjvalue)
40+
EditTempDeviceSmall = function(idx,name,description,addjvalue)
4141
{
4242
if (typeof $scope.mytimer != 'undefined') {
4343
$interval.cancel($scope.mytimer);
@@ -1268,4 +1268,4 @@ define(['app'], function (app) {
12681268
}
12691269
});
12701270
} ]);
1271-
});
1271+
});

0 commit comments

Comments
 (0)