Changeset 49
- Timestamp:
- 07/17/07 19:40:55 (1 year ago)
- Files:
-
- trunk/ming-source/operator_panel.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ming-source/operator_panel.pl
r46 r49 7770 7770 } 7771 7771 if (comando == "setvar") { 7772 if(_global.chanvars[boton_numero].length == undefined ) {7772 if(_global.chanvars[boton_numero].length == undefined ) { 7773 7773 _global.chanvars[boton_numero] = new Array; 7774 } 7775 chanvars[boton_numero].push(textofinal);7774 } 7775 chanvars[boton_numero].push(textofinal); 7776 7776 } 7777 7777 … … 7811 7811 var mival = datossplit[1]; 7812 7812 c[mivar]=mival; 7813 logea("mivar "+mivar+" has val "+mival); 7813 7814 } 7814 chanvars[boton_numero]="";7815 delete chanvars[boton_numero]; 7815 7816 c.send(url, target, 'GET'); 7816 7817 logea("Open url "+url+" in target "+target+" with clid "+c.clid);
