summaryrefslogtreecommitdiffstats
path: root/BrowserSource
diff options
context:
space:
mode:
Diffstat (limited to 'BrowserSource')
-rw-r--r--BrowserSource/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/BrowserSource/index.html b/BrowserSource/index.html
index d3ab777..000f366 100644
--- a/BrowserSource/index.html
+++ b/BrowserSource/index.html
@@ -32,6 +32,7 @@
success: function(data) {
var transcript = data.transcript;
$('#transcript').html(transcript);
+ $('#transcript').css("background-color", "#00000080");
},
error: function(jqXHR, textStatus, errorThrown) {
console.error('Error getting transcript: ', textStatus, errorThrown);