zmughal / jsgantt

Automatically exported from code.google.com/p/jsgantt
0 stars 1 forks source link

Line 1422 (JSGANTT v1.2) #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ORIGINAL CODE (line 1422):
var OpenWindow=window.open
(pRef, "newwin", "height="+vHeight+",width="+vWidth); 

CHANGE TO (line 1422):
var OpenWindow=window.open 
(pRef, "newwin", "resizable=yes,titlebar=no,height="+vHeight+",width="+vWid
th); 

Regards,
Mladen K.

Original issue reported on code.google.com by hermanom...@gmail.com on 14 Jul 2009 at 11:34