Loading htdocs/js/views.js +4 −6 Original line number Diff line number Diff line Loading @@ -603,8 +603,8 @@ * Rewrites a configure button to be AJAX */ function rewriteConfigureButton(button) { button.off('click'); button.on('click', function(e) { button.off('click touchstart'); button.on('click touchstart', function(e) { e.stopPropagation(); e.preventDefault(); Loading @@ -625,10 +625,8 @@ * in that case. */ function rewriteDeleteButton(button, pblockinstanceId) { button.off('click'); button.on('click', function(e) { button.off('click touchstart'); button.on('click touchstart', function(e) { e.stopPropagation(); e.preventDefault(); Loading htdocs/theme/raw/sass/features/_comment.scss +7 −0 Original line number Diff line number Diff line Loading @@ -105,3 +105,10 @@ } } } // For comment / annotation / peerassessment blocks where the feedback modal is hidden // we need to hide the android version of tinymce also .modal-docked:not(.active) .tinymce-mobile-android-container, .modal-docked:not(.active) .tinymce-mobile-ios-container { display: none; } Loading
htdocs/js/views.js +4 −6 Original line number Diff line number Diff line Loading @@ -603,8 +603,8 @@ * Rewrites a configure button to be AJAX */ function rewriteConfigureButton(button) { button.off('click'); button.on('click', function(e) { button.off('click touchstart'); button.on('click touchstart', function(e) { e.stopPropagation(); e.preventDefault(); Loading @@ -625,10 +625,8 @@ * in that case. */ function rewriteDeleteButton(button, pblockinstanceId) { button.off('click'); button.on('click', function(e) { button.off('click touchstart'); button.on('click touchstart', function(e) { e.stopPropagation(); e.preventDefault(); Loading
htdocs/theme/raw/sass/features/_comment.scss +7 −0 Original line number Diff line number Diff line Loading @@ -105,3 +105,10 @@ } } } // For comment / annotation / peerassessment blocks where the feedback modal is hidden // we need to hide the android version of tinymce also .modal-docked:not(.active) .tinymce-mobile-android-container, .modal-docked:not(.active) .tinymce-mobile-ios-container { display: none; }