Skip to content

Commit bae17df

Browse files
committed
cleanup
1 parent 05ece1a commit bae17df

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

amisforum/live/conference/app.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,19 @@ function getEthBalance() {
196196
}
197197
}))
198198
}
199+
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+
209+
function(organizer) {
210+
$("input#confOrganizer").val(organizer);
211+
return contractInstance.numRegistrants.call();
199212
// createWallet
200213
function createWallet(password) {
201214

0 commit comments

Comments
 (0)