Changeset 862

Show
Ignore:
Timestamp:
05/10/08 23:36:10 (3 months ago)
Author:
seancribbs
Message:

Avoid authenticity check when listing children.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/radiant/public/javascripts/admin/sitemap.js

    r821 r862  
    118118        insertion: "after", 
    119119        onLoading:  function() { spinner.show(); this.updating = true  }.bind(this), 
    120         onComplete: function() { spinner.fade(); this.updating = false }.bind(this) 
     120        onComplete: function() { spinner.fade(); this.updating = false }.bind(this), 
     121        method: 'get' 
    121122      } 
    122123    );