Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22839, comment 14


Ignore:
Timestamp:
12/09/2012 08:28:23 PM (14 years ago)
Author:
cdog
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22839, comment 14

    initial v1  
    1515Got 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.
    1616
    17 Still, applying the patch would make possible to use:
     17Still, applying ~~the patch~~ what I've suggested in my first comment would make possible to use:
    1818{{{
    1919$('#' + sb).closest('div.widgets-holder-wrap').find('.spinner').show();
     
    2323$('#' + sb).closest('div.widgets-holder-wrap').find('.spinner').css('display', 'inline-block');
    2424}}}
     25making the code more clearer.
    2526
    2627Thanks for taking your time.