git://git.onelab.eu
/
plcapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79eb3ef
)
fix recent commit: debugger not executing actions automatically any more
author
gggeek
<giunta.gaetano@gmail.com>
Fri, 20 Jan 2023 11:46:41 +0000
(11:46 +0000)
committer
gggeek
<giunta.gaetano@gmail.com>
Fri, 20 Jan 2023 11:46:41 +0000
(11:46 +0000)
debugger/controller.php
patch
|
blob
|
history
diff --git
a/debugger/controller.php
b/debugger/controller.php
index
74afb0d
..
f6c766f
100644
(file)
--- a/
debugger/controller.php
+++ b/
debugger/controller.php
@@
-267,7
+267,7
@@
if (defined('JSXMLRPC_BASEURL')) {
</head>
<body
onload="<?php if ($hasjsonrpcclient) echo "switchtransport($wstype); " ?>switchaction(); switchssl(); switchauth(); swicthcainfo();<?php if ($run) {
- echo ' document.f
orms[2]
.submit();';
+ echo ' document.f
rmaction
.submit();';
} ?>">
<h1>XML-RPC
<?php if ($hasjsonrpcclient) {