mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
/**
|
||||
* @file view/theme/frio/js/mod_group.js
|
||||
* @brief The javascript for the group module
|
||||
* The javascript for the group module
|
||||
*/
|
||||
|
||||
|
||||
|
@ -13,7 +13,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
/**
|
||||
* @brief Change the group membership of the contacts and fetch the new grup list
|
||||
* Change the group membership of the contacts and fetch the new grup list
|
||||
* as html
|
||||
*
|
||||
* @param {int} gid The group ID
|
||||
|
@ -41,7 +41,7 @@ function groupChangeMember(gid, cid, sec_token) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Change the group list view mode
|
||||
* Change the group list view mode
|
||||
*
|
||||
* @param {object} elm The button element of the view mode switcher
|
||||
* @returns {undefined}
|
||||
|
@ -61,7 +61,7 @@ function switchGroupViewMode(elm) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Filter the group member list for contacts
|
||||
* Filter the group member list for contacts
|
||||
*
|
||||
* @returns {undefined}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue