Commit 80b1a2bd9ac05c02d0021443aa5a9c3353f66807
1 parent
bdc90a72
Added CATextIssues code
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/CAController.js
@@ -538,7 +538,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | @@ -538,7 +538,7 @@ function ($scope, $window, $rootScope, $compile, $http, log, $location, $timeout | ||
538 | theme: 'success', | 538 | theme: 'success', |
539 | currentController: 'CAController', | 539 | currentController: 'CAController', |
540 | parentSlug: 'clinical-animations', | 540 | parentSlug: 'clinical-animations', |
541 | - content: '<script src="' + $scope.playerScript + '"></script><script>$(document).ready(function(){videojs("#playerinlineVideo").pause();$("#btnTxtOnOff").click(function(){$("#sid").toggle();if($.trim($(this).text()) === "Text Off"){$(this).text("Text On");}else{$(this).text("Text Off");}});});</script><div id="pid" class="row"><div id="divplayerinlineVideo" class="col-sm-12" align="center" width="640" height="480"><video width="640" height="360"' + | 541 | + content: '<script src="' + $scope.playerScript + '"></script><script>$(document).ready(function(){videojs("#playerinlineVideo").pause();$("#btnTxtOnOff").click(function(){if($.trim($(this).text()) === "Text Off"){$(this).text("Text On");$("#sid").css("visibility","hidden");}else{$(this).text("Text Off");$("#sid").css("visibility","visible");}});});</script><div id="pid" class="row"><div id="divplayerinlineVideo" class="col-sm-12" align="center" width="640" height="480"><video width="640" height="360"' + |
542 | 'class="ADAM_Video video-js vjs-default-skin vjs-big-play-centered" type="$videoType" id="playerinlineVideo"' + | 542 | 'class="ADAM_Video video-js vjs-default-skin vjs-big-play-centered" type="$videoType" id="playerinlineVideo"' + |
543 | ' poster="' + $scope.poster + '"' + | 543 | ' poster="' + $scope.poster + '"' + |
544 | 'controls="true" preload="none" allowfullscreen="true" allowscriptaccess="always" ' + | 544 | 'controls="true" preload="none" allowfullscreen="true" allowscriptaccess="always" ' + |