From: Ivan Kohler Date: Fri, 11 Mar 2016 00:28:33 +0000 (-0800) Subject: correct dynamic pricing for sp-95 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a6beef4ca0d21eb385a7411f4e50c1da67fe8bd9;p=www.git correct dynamic pricing for sp-95 --- diff --git a/p-t.js b/p-t.js index c01bbd4..7c8684b 100644 --- a/p-t.js +++ b/p-t.js @@ -1,5 +1,5 @@ function price1_changed() { - var price = 5400; + var price = 6400; if ( document.SPForm.freeradius1.checked ) { price = price + 900; } if ( document.SPForm.asterisk1.checked ) { price = price + 900; } if ( document.SPForm.thirdlane1.checked ) { price = price + 2695; }