thomascube
2011-01-26 cdb8b96e31fdb71b37fe6b0fca81ef5221de7a6d
program/js/tiny_mce/themes/simple/editor_template_src.js
@@ -1,11 +1,11 @@
/**
 * $Id: editor_template_src.js 752 2008-03-27 21:51:25Z spocke $
 * editor_template_src.js
 *
 * This file is meant to showcase how to create a simple theme. The advanced
 * theme is more suitable for production use.
 * Copyright 2009, Moxiecode Systems AB
 * Released under LGPL License.
 *
 * @author Moxiecode
 * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.
 * License: http://tinymce.moxiecode.com/license
 * Contributing: http://tinymce.moxiecode.com/contributing
 */
(function() {
@@ -30,7 +30,7 @@
            ed.dom.loadCSS(url + "/skins/" + s.skin + "/content.css");
         });
         DOM.loadCSS((s.editor_css ? ed.baseURI.toAbsolute(s.editor_css) : '') || url + "/skins/" + s.skin + "/ui.css");
         DOM.loadCSS((s.editor_css ? ed.documentBaseURI.toAbsolute(s.editor_css) : '') || url + "/skins/" + s.skin + "/ui.css");
      },
      renderUI : function(o) {