diff options
author | Abhishek Patel | 2016-07-13 21:23:46 +0530 |
---|---|---|
committer | Abhishek Patel | 2016-07-13 21:23:46 +0530 |
commit | 3e0e1d6e39401bb849bfa34ce8c0045d80eb68c3 (patch) | |
tree | 0cb4d3d674bb8950c34d32302ca2799ca7261c89 /views/script | |
parent | b92d211d162f938dc6da2b2fd03434d0b7a42b5a (diff) | |
download | eSimWebApp-3e0e1d6e39401bb849bfa34ce8c0045d80eb68c3.tar.gz eSimWebApp-3e0e1d6e39401bb849bfa34ce8c0045d80eb68c3.tar.bz2 eSimWebApp-3e0e1d6e39401bb849bfa34ce8c0045d80eb68c3.zip |
hybridmodels corrected
Diffstat (limited to 'views/script')
-rw-r--r-- | views/script/netlist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/script/netlist.js b/views/script/netlist.js index fcc259a..fc16d4f 100644 --- a/views/script/netlist.js +++ b/views/script/netlist.js @@ -90,7 +90,7 @@ var netlistcreator={ /* this is the best way I could think to tell if a part i digital */ - else if(list[i].category=="digitalmodels"){ + else if(list[i].category=="digitalmodels"||list[i].category=="hybridmodels"){ A.push(list[i]); } else { |