summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-23 11:03:05 +0100
committerJonathan Bauer2011-03-23 11:03:05 +0100
commit540d03a84da42b445d7f6c13e29b142fa2490043 (patch)
tree460d75bee5b4c9cf9f5f1680b07a96e6c38a30ed
parenttest.html update to show an example of possible javascript calls (diff)
downloadfbgui-540d03a84da42b445d7f6c13e29b142fa2490043.tar.gz
fbgui-540d03a84da42b445d7f6c13e29b142fa2490043.tar.xz
fbgui-540d03a84da42b445d7f6c13e29b142fa2490043.zip
.
-rw-r--r--src/html/test.html2
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(){