mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:10:12 +00:00
Rename dolike to doActivityItem
This commit is contained in:
parent
36f302e6e6
commit
3a18669730
14 changed files with 54 additions and 54 deletions
|
@ -665,7 +665,7 @@ function imgdull(node) {
|
|||
* @param {string} verb The verb of the action
|
||||
* @param {boolean} un Whether to perform an activity removal instead of creation
|
||||
*/
|
||||
function dolike(ident, verb, un) {
|
||||
function doActivityItem(ident, verb, un) {
|
||||
unpause();
|
||||
$('#like-rotator-' + ident.toString()).show();
|
||||
verb = un ? 'un' + verb : verb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue