From 9c33344ebd9e50fcc65011989830b30e74539379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 10 Jun 2014 19:26:47 +0200 Subject: [PATCH] i18n etwas umstrukturiert --- app/webroot/js/dreamjob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index 968b9f0..a01fad9 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -96,7 +96,7 @@ var global_load = null; $('#fileUpload').unbind('load'); setTimeout(function() { $('#fileUpload').html(''); - }, 1); + }, 10); }); }); });