Changes between Initial Version and Version 1 of Ticket #22839, comment 14
- Timestamp:
- 12/09/12 20:28:23 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22839, comment 14
initial v1 15 15 Got in error by myself while switching from .ajax-feedback to .spinner. It's confusing because of the two different methods used to show the spinner. Who knows where my mind was. 16 16 17 Still, applying the patchwould make possible to use:17 Still, applying ~~the patch~~ what I've suggested in my first comment would make possible to use: 18 18 {{{ 19 19 $('#' + sb).closest('div.widgets-holder-wrap').find('.spinner').show(); … … 23 23 $('#' + sb).closest('div.widgets-holder-wrap').find('.spinner').css('display', 'inline-block'); 24 24 }}} 25 making the code more clearer. 25 26 26 27 Thanks for taking your time.