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