From d15c901d2dd469fd379d06bc71dfb678244e4ae9 Mon Sep 17 00:00:00 2001 From: drclockwork Date: Wed, 14 Jun 2017 16:15:03 +0200 Subject: [PATCH] fix share link for interactive video --- pod_project/pods/templates/videos/video.html | 1 - 1 file changed, 1 deletion(-) diff --git a/pod_project/pods/templates/videos/video.html b/pod_project/pods/templates/videos/video.html index cfd448f3..aa066bdf 100755 --- a/pod_project/pods/templates/videos/video.html +++ b/pod_project/pods/templates/videos/video.html @@ -108,7 +108,6 @@ $("#player").hide(); {% endif %} $('.checkbox').hide(); - $('#txtintegration').hide(); $('#icontent').load(function() { $('#icontent').fadeIn('slow'); });