mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
+
This commit is contained in:
parent
0df57a4445
commit
446a3006a8
1 changed files with 2 additions and 1 deletions
|
@ -1352,8 +1352,9 @@ _PAGES_start_description
|
||||||
|<script>
|
|<script>
|
||||||
|var longer = 44
|
|var longer = 44
|
||||||
|
|
|
|
||||||
|function cmd(wish) {
|
|function cmd(wish, dest) {
|
||||||
| Pef.cmd.value = wish
|
| Pef.cmd.value = wish
|
||||||
|
| Pef.dest.value = dest || ''
|
||||||
| Pef.submit()
|
| Pef.submit()
|
||||||
| longer = 44
|
| longer = 44
|
||||||
| return false
|
| return false
|
||||||
|
|
Loading…
Reference in a new issue