minor bug fixes

This commit is contained in:
Rohit
2019-06-07 01:57:40 -04:00
parent 622b0d9490
commit 33d1233613
2 changed files with 1 additions and 2 deletions

View File

@@ -326,7 +326,7 @@
</div>
</div>
<div class="col-md-4">
<button class="btn btn-primary" type="button" onclick="triggerMessageService('/aescape/bags/startPlayingRecording', 'bagNameText')">
<button class="btn btn-primary" type="button" onclick="updateSelectedBagFile()">
<span>
Play Bag
</span>

View File

@@ -146,7 +146,6 @@ ros.on('connection', function() {
});
ros.on('close', function() {
try { throw Error('') } catch(err) { console.log(err) }
console.log('Connection closed.');
ros.connected = false;