Skip to content

Commit 580661c

Browse files
committed
update
1 parent f4a8d6b commit 580661c

File tree

1 file changed

+0
-3
lines changed
  • amisforum/live/conference

1 file changed

+0
-3
lines changed

amisforum/live/conference/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ var name = undefined;
5454
var symbol = undefined;
5555
var allowance = undefined;
5656
var safeLowGasPrice = setSafeLowGasPrice();
57-
var quota = getQuota();
5857
var ticketIsValid = true;
5958

6059

6160
setInterval(function() {
62-
getQuota();
63-
getTickets();
6461
total = quota - numRegistrants;
6562
setSafeLowGasPrice();
6663
}, 1000);

0 commit comments

Comments
 (0)