We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b821ba commit 45811b1Copy full SHA for 45811b1
www/addons/mod/quiz/services/handlers.js
@@ -60,7 +60,7 @@ angular.module('mm.addons.mod_quiz')
60
61
downloadBtn = {
62
hidden: true,
63
- icon: 'ion-ios-cloud-download',
+ icon: 'ion-ios-cloud-download-outline',
64
label: 'mm.core.download',
65
action: download
66
};
www/addons/mod/scorm/services/handlers.js
@@ -61,7 +61,7 @@ angular.module('mm.addons.mod_scorm')
// Create the buttons without action yet. This is to prevent a glitch in the view.
label: 'mm.core.download'
67
0 commit comments