X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOStatus%2Fjs%2Fostatus.js;h=59d9f23f0510b6027976e087702517cf7db2c77a;hb=19b965d99188fde59cdd39b668df8951bc0f180c;hp=bd29b5c0cf8fa41c1cd5a6efc279d74be43e2153;hpb=1f45273d5303e98430a02d4480278c24733a5be9;p=quix0rs-gnu-social.git diff --git a/plugins/OStatus/js/ostatus.js b/plugins/OStatus/js/ostatus.js index bd29b5c0cf..59d9f23f05 100644 --- a/plugins/OStatus/js/ostatus.js +++ b/plugins/OStatus/js/ostatus.js @@ -92,7 +92,8 @@ SN.U.DialogBox = { }; SN.Init.Subscribe = function() { - $('.entity_subscribe .entity_remote_subscribe').live('click', function() { SN.U.DialogBox.Subscribe($(this)); return false; }); + $('.entity_subscribe .entity_remote_subscribe, .entity_tag .entity_remote_tag') + .live('click', function() { SN.U.DialogBox.Subscribe($(this)); return false; }); }; $(document).ready(function() {