Thijs Kinkhorst 22 лет назад
Родитель
Сommit
46cfe9697d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      plugins/squirrelspell/js/init.js

+ 1 - 1
plugins/squirrelspell/js/init.js

@@ -21,5 +21,5 @@
 function sqspell_init(flag){
 function sqspell_init(flag){
   textToSpell = opener.document.compose.subject.value + "\n" + opener.document.compose.body.value;
   textToSpell = opener.document.compose.subject.value + "\n" + opener.document.compose.body.value;
   document.forms[0].sqspell_text.value = textToSpell;
   document.forms[0].sqspell_text.value = textToSpell;
-  if (flag) document.compose.submit();
+  if (flag) document.forms[0].submit();
 }
 }