]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ModPlus/modplus.js
Initial move towards microformats2
[quix0rs-gnu-social.git] / plugins / ModPlus / modplus.js
index 4116f3c5d52d406b25c388d064a5069ddb01621e..6b5b9f805da04bdc03301cf360334a40c97a382c 100644 (file)
@@ -5,7 +5,7 @@
 
 $(function() {
     // Notice lists...
-    $(document).on('mouseenter', '.notice .author', function(e) {
+    $(document).on('mouseenter', '.notice .p-author', function(e) {
         var notice = $(this).closest('.notice');
         var popup = notice.find('.remote-profile-options');
         if (popup.length) {
@@ -21,7 +21,7 @@ $(function() {
     });
 
     // Profile lists...
-    $(document).on('mouseenter', '.profile .avatar', function(e) {
+    $(document).on('mouseenter', '.profile .u-photo', function(e) {
         var profile = $(this).closest('.profile');
         var popup = profile.find('.remote-profile-options');
         if (popup.length) {