Commit d831404a authored by I.K Seneviratne's avatar I.K Seneviratne

Committing a simple html element name change in activity.html.

parent 539497be
......@@ -742,7 +742,7 @@
//to handle the 'integrate' modal
$('#integrate_gaze').click(function () {
$('#integrate_activity').click(function () {
//define the student video src
let video_src = "{% static '' %}FirstApp/videos/" + global_video_name;
......@@ -1232,7 +1232,7 @@
<!--button -->
<div class="text-right m-4">
<button type="button" class="btn btn-outline-success" id="integrate_gaze">
<button type="button" class="btn btn-outline-success" id="integrate_activity">
Process
</button>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment