Fix classic view editor

This commit is contained in:
Simon Kornblith 2013-03-31 20:25:13 -04:00
parent 65d0be2db6
commit c7c0c4c5dc

View file

@ -1,4 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
@ -38,7 +39,13 @@ html, body {
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_resizing : true
theme_advanced_resizing : true,
setup : function (ed) {
ed.onInit.add(function (ed) {
zoteroInit(ed);
});
}
});
tinyMCE.execCommand("mceAddControl", true, "tinymce");
</script>