Rename dolike to doActivityItem

This commit is contained in:
Hypolite Petovan 2021-01-30 16:42:34 -05:00
parent 36f302e6e6
commit 3a18669730
14 changed files with 54 additions and 54 deletions

View file

@ -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;