2017-02-02 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in 'web/tests/editcut.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
	* Fixed a bug in 'web/tests/editcart.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
This commit is contained in:
Fred Gleason
2017-02-02 12:07:49 -05:00
parent 34db6c3237
commit 82ec0c73b5
3 changed files with 7 additions and 2 deletions

View File

@@ -74,5 +74,5 @@ function EditCut_ShowPost()
function EditCut_Submit()
{
PostForm(EditCut_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
PostForm(EditCut_MakePost(),"rdxport.cgi");
}