File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ class Game extends Page {
532
532
533
533
// organizer
534
534
if ( characterManager . character . role === 1 ) {
535
- document . getElementById ( 'edit-button' ) . style . display = 'block' ;
535
+ // document.getElementById('edit-button').style.display = 'block';
536
536
}
537
537
538
538
// sponsor
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ class SponsorPanel {
45
45
document . getElementById ( 'sponsor-description-field' ) . value =
46
46
msg . sponsor . description ;
47
47
document . getElementById ( 'sponsor-url-field' ) . value = msg . sponsor . url || '' ;
48
- document . getElementById ( 'sponsor-challenges-field' ) . value = msg . sponsor . challenges ;
49
48
break ;
50
49
default :
51
50
break ;
@@ -181,18 +180,6 @@ class SponsorPanel {
181
180
rows = "6"
182
181
/>
183
182
</ div >
184
- < div className = "field" >
185
- < p >
186
- Challenges: A description of the challenge(s) you're offering
187
- this weekend, including any relevant details, criteria, and
188
- prizes.
189
- </ p >
190
- < textarea
191
- id = "sponsor-challenges-field"
192
- placeholder = "We're looking for the best hacks that teach financial literacy! Prize: $100 Amazon gift card for each team member"
193
- rows = "6"
194
- />
195
- </ div >
196
183
< div className = "field" >
197
184
< p >
198
185
URL: The URL hackers will be redirected to when clicking on the
@@ -219,9 +206,7 @@ class SponsorPanel {
219
206
description : document . getElementById (
220
207
'sponsor-description-field'
221
208
) . value ,
222
- challenges : document . getElementById (
223
- 'sponsor-challenges-field'
224
- ) . value ,
209
+ challenges : '' ,
225
210
url,
226
211
} ) ;
227
212
document
You can’t perform that action at this time.
0 commit comments