X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=p-t.js;h=7c8684b86995d5b997020cf6faf24174675f2973;hb=593e398f98a0a39f9b80d145367d89cfed1daf43;hp=c01bbd425219f34ca10803d409efa89ac3890d33;hpb=3f4152db4fd0d7e2fa620248550503f2bba7ae2a;p=www.git 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; }