mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-28 06:32:32 +02: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:
parent
34db6c3237
commit
82ec0c73b5
@ -15546,3 +15546,8 @@
|
||||
* Added a 'Group' field to 'rlm/rlm_test.c'.
|
||||
2017-02-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'linkStartTime' tag to the output of 'RDLogLine::xml()'.
|
||||
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.
|
||||
|
@ -69,5 +69,5 @@ function EditCart_ShowPost()
|
||||
|
||||
function EditCart_Submit()
|
||||
{
|
||||
PostForm(EditCart_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
|
||||
PostForm(EditCart_MakePost(),"rdxport.cgi");
|
||||
}
|
||||
|
@ -74,5 +74,5 @@ function EditCut_ShowPost()
|
||||
|
||||
function EditCut_Submit()
|
||||
{
|
||||
PostForm(EditCut_MakePost(),"http://localhost/rd-bin/rdxport.cgi");
|
||||
PostForm(EditCut_MakePost(),"rdxport.cgi");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user