--- Webpacus/root/editor/editor.js 2005/11/29 14:42:28 194 +++ Webpacus/root/editor/editor.js 2005/12/03 22:25:49 207 @@ -228,18 +228,10 @@ } function init_page() { - show_working(); edit_template(); - // load css editor - load_css(); - - // load template editor and record - switch_template(template_filename); - hide_working(); - }