Fix js link bis BT#10217

1.9.x
Julio 10 years ago
parent 25d6821db6
commit 9ed92011ed
  1. 2
      main/inc/lib/javascript/fixlinks.js
  2. 2
      main/newscorm/scorm_api.php

@ -92,7 +92,7 @@ $(document).ready(function() {
}
var hasJs = $(this).attr('href').indexOf('javascript');
if (hasJs > 0) {
if (hasJs >= 0) {
return true;
}

@ -2231,7 +2231,7 @@ function attach_glossary_into_scorm(type) {
}
var hasJs = $(this).attr('href').indexOf('javascript');
if (hasJs > 0) {
if (hasJs >= 0) {
return true;
}

Loading…
Cancel
Save