1
0
Fork 0
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:
Gabor Adam Toth 2010-02-22 08:33:32 +01:00
parent b8a290ab46
commit af95219a9e
4 changed files with 5 additions and 4 deletions

View file

@ -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