Plugin Directory

Changeset 179542


Ignore:
Timestamp:
12/04/2009 05:10:09 AM (16 years ago)
Author:
cavemonkey50
Message:

Fixes a Javascript error that prevented the dashboard widget from collapsing.

Location:
google-analyticator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-analyticator/trunk/google-analytics-summary-widget.php

    r142763 r179542  
    6262                    success: function(html) {
    6363                        // Hide the loading message
    64                         jQuery('#google-analytics-summary .inside').hide();
     64                        jQuery('#google-analytics-summary .inside small').remove();
    6565                       
    6666                        // Place the widget data in the area
    67                         jQuery('#google-analytics-summary .inside').html(html);
     67                        jQuery('#google-analytics-summary .inside .target').html(html);
    6868                       
    6969                        // Display the widget data
    70                         jQuery('#google-analytics-summary .inside').slideDown();
     70                        jQuery('#google-analytics-summary .inside .target').slideDown();
    7171                       
    7272                        // Handle displaying the graph
     
    9393    {
    9494        echo '<small>' . __('Loading') . '...</small>';
     95        echo '<div class="target" style="display: none;"></div>';
    9596    }
    9697   
  • google-analyticator/trunk/readme.txt

    r179537 r179542  
    5252
    5353= 6.0 =
     54* Fixes a Javascript error that prevented the dashboard widget from collapsing.
    5455* Corrects a uid undefined error message that appeared if error reporting was set too high.
    5556* Removes references to Spiral Web Consulting. Google Analyticator is now being developed exclusively by Ronald Heft.
Note: See TracChangeset for help on using the changeset viewer.