diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-09 12:19:28 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-09 12:19:28 +0000 |
| commit | 6eae3fcf68772c184347ae7ced73322b26183485 (patch) | |
| tree | 3aa1db177c24c3c22e93bf3e91f9f7351a35290c /src | |
| parent | 033da07c3960e2e1b42143aa6deaea387260a9b6 (diff) | |
Disable translation on every keystroke, and completion, in the gf FastCGI AJAX client, since it can be too slow.
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/gf-client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/gf-client.html b/src/server/gf-client.html index c3c50dece..712b2545e 100644 --- a/src/server/gf-client.html +++ b/src/server/gf-client.html @@ -48,7 +48,7 @@ } function update() { - updateCompletion(); +// updateCompletion(); updateTranslation(); } @@ -72,7 +72,7 @@ <div id="translator"> <form onsubmit="update(); return false;"> <p> - <input type="text" id="inputText" value="this cheese is warm" size="50" onkeyup="update()"/> + <input type="text" id="inputText" value="this cheese is warm" size="50" /> </p> <p> <label>From: <select id="fromLang" onchange="update()"><option value="" selected="selected">Any language</option></select></label> |
