diff -r 27ab1b13a783 -r a971f6efcb7b includes/clientside/static/editor.js --- a/includes/clientside/static/editor.js Mon Aug 09 19:17:52 2010 -0400 +++ b/includes/clientside/static/editor.js Tue Aug 17 11:35:16 2010 -0400 @@ -401,6 +401,7 @@ button.assign_vars({ TITLE: $lang.get('editor_btn_savedraft'), IMAGE: editor_img_path + '/savedraft.gif', + // SPRITE: gen_sprite_html(editor_img_path + '/sprite.png', 16, 16, 0, 80), SPRITE: false, FLAGS: 'href="#" onclick="ajaxPerformAutosave(); return false;" id="ajax_edit_savedraft_btn"' });