[Codestriker-commits] CVS update: codestriker/html codestriker.js
Brought to you by:
sits
|
From: <si...@us...> - 2005-02-23 00:03:37
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=9688688&action=view User: sits Date: 05/02/22 16:03:20 Modified: html codestriker.js Log: Minor UI adjustments Index: codestriker.js =================================================================== RCS file: /cvsroot/codestriker/codestriker/html/codestriker.js,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- codestriker.js 22 Feb 2005 10:14:18 -0000 1.3 +++ codestriker.js 23 Feb 2005 00:03:17 -0000 1.4 @@ -69,8 +69,8 @@ '&topic=' + cs_topicid + '&action=edit'; var html = '<a href="javascript:hideElt(getElt(\'overDiv\')); void(0);">' + 'Close</a><p>' + - '<iframe width="600" height="480" src="' + url + '">' + + '<iframe width="660" height="520" src="' + url + '">' + 'Can\'t view iframe</iframe>'; - overlib(html, STICKY, DRAGGABLE, ALTCUT, CENTERPOPUP, WIDTH, 600, - HEIGHT, 480); + overlib(html, STICKY, DRAGGABLE, ALTCUT, CENTERPOPUP, WIDTH, 660, + HEIGHT, 520); } |