From 57928cd6f3de50ac32046b0c7502f4dd7c5c7180 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 18 Jul 2024 23:53:03 +0800 Subject: [PATCH] buf fix --- v2/pricing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/pricing.html b/v2/pricing.html index dc0b658..5550c2d 100644 --- a/v2/pricing.html +++ b/v2/pricing.html @@ -802,7 +802,7 @@ label { var users2 = 10; var devices2 = 100; var conns = 1; - function submit() { + function submit2() { redirectUrl = "https://rustdesk.com/api/lic/stripe/checkout?type=Customized&users=" + users2 + "&devices=" + devices2 + "&conns=" + conns; gotoBuy(redirectUrl); } @@ -853,7 +853,7 @@ label { }
- +
Buy now