mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
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:
@@ -74,5 +74,5 @@ function EditCut_ShowPost()
|
||||
|
||||
function EditCut_Submit()
|
||||
{
|
||||
PostForm(EditCut_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
|
||||
PostForm(EditCut_MakePost(),"rdxport.cgi");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user