mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-65254-master' of git://github.com/cescobedo/moodle
This commit is contained in:
commit
b780451d9f
File diff suppressed because one or more lines are too long
@ -988,10 +988,11 @@ function(
|
||||
/**
|
||||
* String describing this page used for aria-labels.
|
||||
*
|
||||
* @param {string} namespace The route namespace.
|
||||
* @param {Object} header Contacts header container element.
|
||||
* @return {Object} jQuery promise
|
||||
*/
|
||||
var description = function(header) {
|
||||
var description = function(namespace, header) {
|
||||
if (typeof header !== 'object') {
|
||||
return Str.get_string('messagedrawerviewsearch', 'core_message');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user