X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=js%2Finserts.js;h=5110343e6b37b4ca8d7ce32ef4433f8eac3ba891;hb=f36a75347f4940099744e978acb5f043785a4fea;hp=a17519ef36a2298134f7b305c72a042dab62e0f0;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/js/inserts.js b/js/inserts.js index a17519ef..5110343e 100644 --- a/js/inserts.js +++ b/js/inserts.js @@ -166,7 +166,7 @@ function callEditor(key) { var el = document.getElementsByName(editors[key][1])[0]; if(_w) _w.close(); // this is really necessary to have window on top in FF2 :/ _w = open(editors[key][0]+el.value+'&popup=1', - "edit","Scrollbars=0,resizable=0,width=800,height=600"); + "edit","Scrollbars=0,resizable=0,width="+editors[key][2]+",height="+editors[key][3]); if (_w.opener == null) _w.opener = self; editors._call = key; // store call point for passBack