basic framing for tight is working (decode not complete)

This commit is contained in:
Mike T
2012-01-24 13:50:42 -05:00
committed by Mike Tinglof
parent 682f33a790
commit de84e09854
2 changed files with 183 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ function get_INCLUDE_URI() {
extra += start + "input.js" + end;
extra += start + "display.js" + end;
extra += start + "rfb.js" + end;
extra += start + "jsunzip.js" + end;
document.write(extra);
}());