Changeset 862
- Timestamp:
- 05/10/08 23:36:10 (3 months ago)
- Files:
-
- trunk/radiant/public/javascripts/admin/sitemap.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/radiant/public/javascripts/admin/sitemap.js
r821 r862 118 118 insertion: "after", 119 119 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' 121 122 } 122 123 );
