Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js 2 Nov 2005 08:56:27 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js 11 Nov 2005 20:32:46 -0000 1.2 @@ -26,9 +26,9 @@ action : function(editor) { self.buttonPress(editor); } - }) + }); cfg.addToolbarElement("insertscore", "insertimage", 1); -}; +} NoteServer._pluginInfo = { name : "NoteServer", @@ -185,7 +185,7 @@ //var html = linktext.link(stringmidi); //editor.insertHTML(html); -}; +} // this routine includes the applet-definition function IncludeGuidoStringAsApplet(editor, gmnstring, zoom) { @@ -205,4 +205,4 @@ alert(string); editor.focusEditor(); editor.insertHTML(string); -}; \ No newline at end of file +} \ No newline at end of file