svghmi/svghmi.js
branchsvghmi
changeset 3137 ac3ec66e9c6d
parent 3130 bdd81e12e7b5
child 3142 2637bb6a6bb0
equal deleted inserted replaced
3136:784c839d4259 3137:ac3ec66e9c6d
   277     if(index > last_remote_index){
   277     if(index > last_remote_index){
   278         updates[index] = value;
   278         updates[index] = value;
   279 
   279 
   280         if(persistent_indexes.has(index)){
   280         if(persistent_indexes.has(index)){
   281             let varname = persistent_indexes.get(index);
   281             let varname = persistent_indexes.get(index);
   282             console.log(varname+"="+value+"; max-age=3153600000");
       
   283             document.cookie = varname+"="+value+"; max-age=3153600000";
   282             document.cookie = varname+"="+value+"; max-age=3153600000";
   284         }
   283         }
   285 
   284 
   286         requestHMIAnimation();
   285         requestHMIAnimation();
   287         return;
   286         return;