From 122e0d4a7df66483397c2ad1fe011560a8ada917 Mon Sep 17 00:00:00 2001 From: Giulio Gratta Date: Fri, 15 Nov 2013 12:58:36 -0800 Subject: [PATCH] Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos. Fixes BLD-521 --- lms/templates/video.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/video.html b/lms/templates/video.html index 571c82c4fc..ea547d84ec 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -44,7 +44,7 @@
- ${_("Skip to a navigable version of this video's transcript.")} + ${_("Skip to a navigable version of this video's transcript.")}
@@ -83,7 +83,7 @@
- ${_('Skip to end of transcript.')} + ${_('Skip to end of transcript.')}
    @@ -91,7 +91,7 @@
- ${_('Go back to start of transcript.')} + ${_('Go back to start of transcript.')}