Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
7583dd69
Commit
7583dd69
authored
Oct 25, 2018
by
Andrew Nicols
Browse files
MDL-63058 block_myoverview: Whitespace fixes
parent
2263bbdf
Changes
3
Hide whitespace changes
Inline
Side-by-side
blocks/myoverview/amd/src/repository.js
View file @
7583dd69
...
...
@@ -72,7 +72,7 @@ define(['core/ajax', 'core/notification'], function(Ajax, Notification) {
* Update the user preferences.
*
* @param {Object} args Arguments send to the webservice.
*
*
* Sample args:
* {
* preferences: [
...
...
blocks/myoverview/amd/src/view.js
View file @
7583dd69
...
...
@@ -87,7 +87,7 @@ function(
* @param {object} filters The filters for this view.
* @param {int} limit The number of courses to show.
* @param {int} pageNumber The pagenumber to view.
* @return {promise
|Array
} Resolved with an array of courses.
* @return {promise} Resolved with an array of courses.
*/
var
getMyCourses
=
function
(
filters
,
limit
,
pageNumber
)
{
...
...
blocks/myoverview/templates/favourite-icon.mustache
View file @
7583dd69
...
...
@@ -25,7 +25,7 @@
"isfavourite"
:
true
}
}}
<div
id=
"favorite-icon-
{{
id
}}
"
<div
id=
"favorite-icon-
{{
id
}}
"
data-region=
"favourite-icon"
data-course-id=
"
{{
id
}}
"
>
...
...
@@ -46,4 +46,4 @@
{{#
pix
}}
i/empty, core,
{{#
str
}}
notfavourite, block_myoverview
{{/
str
}}
{{/
pix
}}
</span>
</div>
</div>
\ No newline at end of file
</div>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment