- fix parameters for starting the applet

This commit is contained in:
Richard Alam 2010-09-28 16:01:53 -04:00
parent 99376a3dfe
commit 665b0069ff

View File

@ -102,7 +102,7 @@ if ( hasProductInstall && !hasRequestedVersion ) {
} }
// --> // -->
function startApplet(IP, roomNumber, captureX, captureY, captureWidth, captureHeight) function startApplet(IP, roomNumber, fullScreen)
{ {
var iframe = document.createElement("iframe"); var iframe = document.createElement("iframe");
iframe.id = "iframe"; iframe.id = "iframe";