Make WordPress Core


Ignore:
Timestamp:
07/12/2013 05:11:56 AM (13 years ago)
Author:
markjaquith
Message:

Revisions: Loading indicator, cleanup, bug fixes.

  • Loading indicator when the user is waiting for a trip to the server.
  • Bug fixes for diff priming.
  • Fix the date display.
  • Forget about local comparator, instead order by modified on the server.
  • Initialize the frame model before the view (this was the source of a LOT of heartache).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r24664 r24667  
    186186
    187187<script id="tmpl-revisions-diff" type="text/html">
     188    <div class="loading-indicator"></div>
     189    <div class="diff">
    188190    <# _.each( data.fields, function( field ) { #>
    189191        <h3>{{{ field.name }}}</h3>
    190192        {{{ field.diff }}}
    191193    <# }); #>
     194    </div>
    192195</script>
    193196
Note: See TracChangeset for help on using the changeset viewer.