You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ They have two functions:
296
296
It is intercepted inside PEB and is not passed to the underlying operating system.
297
297
298
298
***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).
300
300
301
301
***Select single file:**```http://local-pseudodomain/open-file.function?target=DOM_element```
302
302
The full path of the selected file will be inserted in the target DOM element of the calling local page.
0 commit comments