Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js 18 Aug 2006 18:37:46 -0000 1.1 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js 18 Aug 2006 18:38:51 -0000 1.2 @@ -259,7 +259,7 @@ // "/acs-templating/scripts/xinha/insert-image.tcl?fs_package_id=" + // fs_package_id; - var PopupUrl = "/acs-templating/scripts/xinha/insert-file?"; + var PopupUrl = "/acs-templating/scripts/xinha/attach-file?"; if (typeof OacsAttach.attach_parent_id != "undefined") { PopupUrl = PopupUrl + "&parent_id=" + OacsAttach.attach_parent_id; }