Skip to content

Commit cf6bb0a

Browse files
author
Robert Strouse
committed
Show rpm for VF pumps.
1 parent 5268c7d commit cf6bb0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/pumps.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@
146146
case 'vf':
147147
el.find('div.picProgram').hide();
148148
el.find('div.picFlow').show();
149-
el.find('div.picSpeed').hide();
149+
el.find('div.picSoeed').show();
150+
//el.find('div.picSpeed').hide();
150151
el.find('div.picEnergy').show();
151152
el.find('div.picRelay').hide();
152153
break;

0 commit comments

Comments
 (0)