[Vtigercrm-commits] [vtiger-commits] r6290 - /vtigercrm/trunk/include/js/popup.js
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 22 08:06:49 EDT 2006
Author: richie
Date: Mon May 22 06:06:45 2006
New Revision: 6290
Log:
height increased
Modified:
vtigercrm/trunk/include/js/popup.js
Modified: vtigercrm/trunk/include/js/popup.js
==============================================================================
--- vtigercrm/trunk/include/js/popup.js (original)
+++ vtigercrm/trunk/include/js/popup.js Mon May 22 06:06:45 2006
@@ -1,5 +1,5 @@
function mypopup()
{
- mywindow = window.open("copyright.html","mywindow", "height=5, width=575");
+ mywindow = window.open("copyright.html","mywindow", "height=115, width=575");
mywindow.moveTo(210,620);
}
More information about the vtigercrm-commits
mailing list