Plugin Directory

Changeset 1443161


Ignore:
Timestamp:
06/24/2016 09:27:38 PM (10 years ago)
Author:
esiteq
Message:

Bug fix

Location:
wp-report-post/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-report-post/trunk/readme.txt

    r1442721 r1443161  
    7777== Changelog ==
    7878
     79= 2.1.1 =
     80Bug fixed: not expanding report when clicking user name in admin section
     81
    7982= 2.1.0 =
    8083* Email notifications added
  • wp-report-post/trunk/wp-report-post.php

    r1442987 r1443161  
    88 * Author: Alex Raven
    99 * Company: ESITEQ
    10  * Version: 2.1.0
     10 * Version: 2.1.1
    1111 * Updated 2016-06-12
    1212 * Created 2013-09-22
     
    741741    $('.report-user-row').click(function(e)
    742742    {
    743         $div = $(this).next().next();
     743        $div = $(this).next().next().next();
    744744        if ($div.css('display') == 'none')
    745745        {
Note: See TracChangeset for help on using the changeset viewer.