Skip to content

Commit 08c6fbd

Browse files
committed
documentation update
1 parent b337251 commit 08c6fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ They have two functions:
296296
It is intercepted inside PEB and is not passed to the underlying operating system.
297297

298298
* **Close current window:** ```http://local-pseudodomain/close-window.function```
299-
Please note that the window from where this URL was called will be closed immediately without any check for unsaved user data in HTML forms. Window-closing URL was implememented to make possible asynchronous window close confirmation JavaScript routines - see section [Settings](#settings).
299+
Please note that the window from where this URL was called will be closed immediately without any check for unsaved user data in HTML forms. Window-closing URL was implememented to make possible asynchronous window close confirmation JavaScript routines - see section 'Settings', paragraph [Checking for unsaved user input before closing a window](#checking-for-unsaved-user-input-before-closing-a-window).
300300

301301
* **Select single file:** ```http://local-pseudodomain/open-file.function?target=DOM_element```
302302
The full path of the selected file will be inserted in the target DOM element of the calling local page.

0 commit comments

Comments
 (0)