From cd37b3fe1c23f5788392e1acdf91fad3c6f2956f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Wed, 4 Jun 2014 00:19:20 +0200 Subject: [PATCH] extra --- 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 c97b812..1b677a2 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -114,7 +114,7 @@ var global_load = null; console.log(newRow); $(that).append("" + newRow + ""); - $"form.tableForm tbody tr.new select").each(function() { + $("form.tableForm tbody tr.new select").each(function() { $(this).select2({allowClear: true}); }); evet();