includes/clientside/static/functions.js
changeset 592 27377179fe58
parent 582 a38876c0793c
child 628 ab6f55abb17e
equal deleted inserted replaced
591:2529833a7731 592:27377179fe58
   556     if(divs[i].style.zIndex > z) z = divs[i].style.zIndex;
   556     if(divs[i].style.zIndex > z) z = divs[i].style.zIndex;
   557   }
   557   }
   558   return z;
   558   return z;
   559 }
   559 }
   560 
   560 
       
   561 var shift = false;
   561 function isKeyPressed(event)
   562 function isKeyPressed(event)
   562 {
   563 {
   563   if (event.shiftKey==1)
   564   if (event.shiftKey==1)
   564   {
   565   {
   565     shift = true;
   566     shift = true;