Skip to content

Commit 5d14d74

Browse files
committed
fixed
1 parent e300d7a commit 5d14d74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: app/scripts/main.js

+4
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ $(document).ready(function () {
3737
});
3838
xively.datastream.update("2064917552", "modo", {current_value: parseInt("1")}, function () {
3939
});
40+
$('#hl22').val(hl4);
41+
$('#hl21').val(hl3);
42+
$('#hl12').val(hl2);
43+
$('#hl11').val(hl1);
4044
});
4145

4246
xively.datastream.get(feedID, datastreamID, function ( datastream ) {

0 commit comments

Comments
 (0)