Commit 8dda7a3a authored by Michal Čihař's avatar Michal Čihař

Remove extra ,

parent 3ddb3310
...@@ -92,7 +92,7 @@ function load_translate_apis() { ...@@ -92,7 +92,7 @@ function load_translate_apis() {
success: process_mt, success: process_mt,
error: failed_mt, error: failed_mt,
timeout: 10000, timeout: 10000,
dataType: 'json', dataType: 'json'
}); });
}); });
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment