diff options
| author | Jonathan Bauer | 2011-03-23 11:03:05 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-23 11:03:05 +0100 |
| commit | 540d03a84da42b445d7f6c13e29b142fa2490043 (patch) | |
| tree | 460d75bee5b4c9cf9f5f1680b07a96e6c38a30ed /src/html | |
| parent | test.html update to show an example of possible javascript calls (diff) | |
| download | fbgui-540d03a84da42b445d7f6c13e29b142fa2490043.tar.gz fbgui-540d03a84da42b445d7f6c13e29b142fa2490043.tar.xz fbgui-540d03a84da42b445d7f6c13e29b142fa2490043.zip | |
.
Diffstat (limited to 'src/html')
| -rw-r--r-- | src/html/test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/test.html b/src/html/test.html index b2e7d54..ae8aece 100644 --- a/src/html/test.html +++ b/src/html/test.html @@ -25,7 +25,7 @@ function quit(){ } function downloadFile(){ var tmp=document.formular.downloadFilename.value; - //fbgui.setCallbackOnDlQueueFinished("foo();"); + fbgui.setCallbackOnDlQueueFinished("foo();"); fbgui.startDownload(tmp); } function foo(){ |
