parent
1cafbf09f4
commit
751ee5f597
|
@ -322,7 +322,6 @@ H5P.QuestionSet = function (options, contentId, contentData) {
|
||||||
* Toggles whether dots are enabled for navigation
|
* Toggles whether dots are enabled for navigation
|
||||||
*/
|
*/
|
||||||
var toggleDotsNavigation = function (enable) {
|
var toggleDotsNavigation = function (enable) {
|
||||||
console.log("toggle dots", enable);
|
|
||||||
$('.progress-dot', $myDom).each(function () {
|
$('.progress-dot', $myDom).each(function () {
|
||||||
$(this).attr('aria-disabled', enable ? 'false' : 'true');
|
$(this).attr('aria-disabled', enable ? 'false' : 'true');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue