Index: openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/Attic/insert-ilink.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp 7 Aug 2017 23:48:27 -0000 1.2 +++ openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp 29 Mar 2018 08:15:53 -0000 1.3 @@ -98,7 +98,7 @@ function openFileSelector() { - // open the file selctor popup + // open the file selector popup // make sure it is at least this size var w=640; var h=480; Index: openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/Attic/insert-image.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp 7 Aug 2017 23:48:27 -0000 1.2 +++ openacs-4/packages/richtext-xinha/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp 29 Mar 2018 08:15:53 -0000 1.3 @@ -73,7 +73,7 @@ function openImageSelector() { - // open the image selctor popup + // open the image selector popup // make sure it is at least this size var w=640; var h=480;