Removed debug line

HFP-8
pull/7/head
thomasmars 2016-10-04 11:53:04 +02:00
parent 1cafbf09f4
commit 751ee5f597
1 changed files with 0 additions and 1 deletions

View File

@ -322,7 +322,6 @@ H5P.QuestionSet = function (options, contentId, contentData) {
* Toggles whether dots are enabled for navigation
*/
var toggleDotsNavigation = function (enable) {
console.log("toggle dots", enable);
$('.progress-dot', $myDom).each(function () {
$(this).attr('aria-disabled', enable ? 'false' : 'true');
});