1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

http/fetch: call callback even if status is not OK so errors can be handled; surf: added back dest param for cmd()

This commit is contained in:
Gabor Adam Toth 2010-02-23 20:34:26 +01:00
parent 7d715092c1
commit c6264e1087
4 changed files with 35 additions and 27 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