Changeset 1530
- Timestamp:
- 01/16/08 22:20:05 (9 months ago)
- Files:
-
- phoneyc/trunk/modules/jscript/PTZCamPanel.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
phoneyc/trunk/modules/jscript/PTZCamPanel.js
r1527 r1530 3 3 4 4 function PTZCamPanel() { 5 this.ConnectServer=function(server, iser) {5 this.ConnectServer=function(server, user) { 6 6 if (user.length > 1024) { 7 7 add_alert('PTZCamPanel ConnectServer() overflow in user arg');
