--- widgeditor.module	2008-12-04 07:05:34.000000000 +0200
+++ widgeditor_new.module	2008-12-19 00:20:50.000000000 +0200
@@ -69,6 +69,7 @@ function widgeditor_add_javascript($text
   }
 
   drupal_add_js($path . '/' . 'scripts/widgEditor.js');
+  drupal_add_js($path . '/' . 'scripts/jq_iframe.js');
   drupal_add_css($path . '/' . 'scripts/css/widgEditor.css');
   drupal_add_js(array(
 	  'widgeditor' => array(
@@ -85,6 +86,7 @@ if (Drupal.jsEnabled) {
     for (i=0;i<textareas.length;i++) {
       $("textarea#"+textareas[i]).attr("class", "widgEditor");
     }
+    widgInit();
   });
 }
 ', 'inline');}
