mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-82811' of https://github.com/paulholden/moodle
This commit is contained in:
commit
3629a87511
2
lib/amd/build/inplace_editable.min.js
vendored
2
lib/amd/build/inplace_editable.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -112,7 +112,7 @@ define(
|
||||
} else {
|
||||
spinner = $('<img/>')
|
||||
.attr('src', url.imageUrl('i/loading_small'))
|
||||
.addClass('spinner').addClass('smallicon')
|
||||
.addClass(['spinner', 'icon'])
|
||||
;
|
||||
element.append(spinner);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user