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;
5454var symbol = undefined ;
5555var allowance = undefined ;
5656var safeLowGasPrice = setSafeLowGasPrice ( ) ;
57- var organizer = getOrganizer ( ) ;
5857var numRegistrants = getNumRegistrants ( ) ;
5958var quota = getQuota ( ) ;
6059var ticketIsValid = true ;
6160
6261
6362setInterval ( function ( ) {
64- getOrganizer ( ) ;
6563 getNumRegistrants ( ) ;
6664 getQuota ( ) ;
6765 getTickets ( ) ;
@@ -197,14 +195,6 @@ function getEthBalance() {
197195 } ) )
198196}
199197
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- }
208198
209199// createWallet
210200function createWallet ( password ) {
You can’t perform that action at this time.
0 commit comments