Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/Attic/oacs-fs.js,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js 18 Aug 2006 09:02:09 -0000 1.3 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js 1 Oct 2008 22:25:33 -0000 1.4 @@ -31,14 +31,14 @@ OacsFs.fs_package_id = this.editor.config.fs_package_id; OacsFs.folder_id = this.editor.config.folder_id; OacsFs.file_types = this.editor.config.file_types; - OacsFs.script_dir = this.editor.script_dir; + OacsFs.script_dir = this.editor.config.script_dir; OacsFs.fullscreen_mode = additionalArgs[1]; if (typeof OacsFs.script_dir == "undefined") { - // OacsFs.script_dir = "."; + // if nothing is specified, use xowiki as a fallback OacsFs.script_dir = "/xowiki"; } - + var cfg = editor.config; var tt = OacsFs.I18N; var bl = OacsFs.btnList;