mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
- Fixed bug with destructive analyzer being stuck in busy state after canceling item destruction.
- Fixed bug with mechs not reading ID permissions from PDA. - Updated H.O.N.K menu code. - There should be no delay in updating mech equipment info in exosuit stats window. - Added armor booster sprites. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1510 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -9,14 +9,11 @@ function dropdowns() {
|
||||
divs\[i\].innerHTML = divs\[i\].innerHTML+' +';
|
||||
headers.push(divs\[i\]);
|
||||
}
|
||||
}
|
||||
for(var i=0;i<divs.length;i++){
|
||||
if(divs\[i\].className=='links') {
|
||||
divs\[i\].className='links hidden';
|
||||
links.push(divs\[i\]);
|
||||
}
|
||||
}
|
||||
|
||||
for(var i=0;i<headers.length;i++){
|
||||
if(typeof(links\[i\])!== 'undefined' && links\[i\]!=null) {
|
||||
headers\[i\].onclick = (function(elem) {
|
||||
|
||||
Reference in New Issue
Block a user