bug fix in load bag file

This commit is contained in:
Rohit Nandwani
2019-06-21 16:55:27 -04:00
parent 69d43d9ead
commit 92863ff346
2 changed files with 2 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="updateSelectedBagFile()">
<button class="btn btn-primary" type="button" onclick="loadSelectedBagFile()">
<span>
Load Bag
</span>

View File

@@ -495,7 +495,7 @@ function triggerMessageService(serviceName, textInput)
function playselectedBag() {
function loadSelectedBagFile() {
var selectedBagName = $('#bagList').val();
triggerMessageService('/aescape/bags/startPlayingRecording', selectedBagName)