bug fix in load bag file
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -495,7 +495,7 @@ function triggerMessageService(serviceName, textInput)
|
||||
|
||||
|
||||
|
||||
function playselectedBag() {
|
||||
function loadSelectedBagFile() {
|
||||
var selectedBagName = $('#bagList').val();
|
||||
|
||||
triggerMessageService('/aescape/bags/startPlayingRecording', selectedBagName)
|
||||
|
||||
Reference in New Issue
Block a user