File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
amisforum/live/conference Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,12 @@ var name = undefined;
54
54
var symbol = undefined ;
55
55
var allowance = undefined ;
56
56
var safeLowGasPrice = setSafeLowGasPrice ( ) ;
57
- var organizer = getOrganizer ( ) ;
58
57
var numRegistrants = getNumRegistrants ( ) ;
59
58
var quota = getQuota ( ) ;
60
59
var ticketIsValid = true ;
61
60
62
61
63
62
setInterval ( function ( ) {
64
- getOrganizer ( ) ;
65
63
getNumRegistrants ( ) ;
66
64
getQuota ( ) ;
67
65
getTickets ( ) ;
@@ -197,14 +195,6 @@ function getEthBalance() {
197
195
} ) )
198
196
}
199
197
200
- function getOrganizer ( ) {
201
- $ ( "input#confOrganizer" ) . val ( Organizer ) ;
202
- return contractInstance . numRegistrants . call ( ) ;
203
- } else {
204
- console . log ( "FAILED TO GET ORAGNIZER" ) ;
205
- }
206
- } ) )
207
- }
208
198
209
199
// createWallet
210
200
function createWallet ( password ) {
You can’t perform that action at this time.
0 commit comments