mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
http/examine: added dest param for cmd, debug msg fixes
This commit is contained in:
parent
b8a290ab46
commit
af95219a9e
4 changed files with 5 additions and 4 deletions
|
@ -1352,8 +1352,9 @@ _PAGES_start_description
|
|||
|<script>
|
||||
|var longer = 44
|
||||
|
|
||||
|function cmd(wish) {
|
||||
|function cmd(wish, dest) {
|
||||
| Pef.cmd.value = wish
|
||||
| Pef.dest.value = dest || ''
|
||||
| Pef.submit()
|
||||
| longer = 44
|
||||
| return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue