Changeset 179542
- Timestamp:
- 12/04/2009 05:10:09 AM (16 years ago)
- Location:
- google-analyticator/trunk
- Files:
-
- 2 edited
-
google-analytics-summary-widget.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-analyticator/trunk/google-analytics-summary-widget.php
r142763 r179542 62 62 success: function(html) { 63 63 // Hide the loading message 64 jQuery('#google-analytics-summary .inside ').hide();64 jQuery('#google-analytics-summary .inside small').remove(); 65 65 66 66 // Place the widget data in the area 67 jQuery('#google-analytics-summary .inside ').html(html);67 jQuery('#google-analytics-summary .inside .target').html(html); 68 68 69 69 // Display the widget data 70 jQuery('#google-analytics-summary .inside ').slideDown();70 jQuery('#google-analytics-summary .inside .target').slideDown(); 71 71 72 72 // Handle displaying the graph … … 93 93 { 94 94 echo '<small>' . __('Loading') . '...</small>'; 95 echo '<div class="target" style="display: none;"></div>'; 95 96 } 96 97 -
google-analyticator/trunk/readme.txt
r179537 r179542 52 52 53 53 = 6.0 = 54 * Fixes a Javascript error that prevented the dashboard widget from collapsing. 54 55 * Corrects a uid undefined error message that appeared if error reporting was set too high. 55 56 * 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.