Skip to content

Commit

Permalink
- upgrade applet version from 0.62 to 0.64
Browse files Browse the repository at this point in the history
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3801 af16638f-c34d-0410-8cfa-b39d5352b314
  • Loading branch information
ritzalam committed Mar 5, 2010
1 parent b024b4e commit c2480f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigbluebutton-client/html-template/BigBlueButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
document.body.appendChild(iframe);
frames[frames.length - 1].document.write(
"<applet code=\"org.bigbluebutton.deskshare.client.DeskShareApplet.class\"" +
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.62.jar\">" +
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.64.jar\">" +
"<param name=\"ROOM\" value=\"" + roomNumber + "\"/>" +
"<param name=\"IP\" value=\"" + IP + "\"/>" +
"<param name=\"CAPTURE_WIDTH\" value=\"" + captureWidth + "\"/>" +
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion bigbluebutton-client/html-template/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
document.body.appendChild(iframe);
frames[frames.length - 1].document.write(
"<applet code=\"org.bigbluebutton.deskshare.client.DeskShareApplet.class\"" +
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.62.jar\">" +
"id=\"DeskShareApplet\" width=\"0\" height=\"400\" archive=\"bbb-deskshare-applet-0.64.jar\">" +
"<param name=\"ROOM\" value=\"" + roomNumber + "\"/>" +
"<param name=\"IP\" value=\"" + IP + "\"/>" +
"<param name=\"CAPTURE_WIDTH\" value=\"" + captureWidth + "\"/>" +
Expand Down

0 comments on commit c2480f1

Please sign in to comment.