File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
< div class ="page ">
16
16
< div class ="fragment ">
17
17
< textarea id ="storyInput " class ="storyInput " {{readonly}} > {{submission}}</ textarea >
18
+ </ div >
18
19
{{#if voting}}
19
20
< label class ="approved "> < input type ="radio " name ="chosenStory "> < span > </ span > </ label >
20
- </ div >
21
+
21
22
< div class ="game_instructions "> Click the approve button for the submission you like the best!
22
23
The submission with the most votes will be incorporated into the story!
23
24
</ div >
Original file line number Diff line number Diff line change 1
1
< template name ="story ">
2
- < article id = "story_content ">
2
+ < article class = "story_content ">
3
3
< p > {{content}}</ p >
4
4
</ article >
5
5
</ template >
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ observe_vote_stage_ended = function() {
33
33
appendSubmission = function ( game_id ) {
34
34
var winning_submission = global . get_winner ( game_id ) . submission ;
35
35
console . log ( "appending" ) ;
36
- debugger ;
37
36
$ ( '#story_content' ) . append ( winning_submission ) ;
38
37
}
39
38
You can’t perform that action at this time.
0 commit comments