Skip to content

Commit 29062bf

Browse files
committed
modify demos
1 parent 41b119f commit 29062bf

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Diff for: asq-exercise.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@
7878
<content></content>
7979
</div>
8080
<footer horizontal end-justified layout>
81-
<div>
82-
<b>{{status}}</b>
83-
</div>
81+
<!-- <div><b>{{status}}</b></div> -->
8482
<div>
8583
<template if="{{confidence}}">
8684
<asq-confidence id="confidence"></asq-confidence>
@@ -104,7 +102,7 @@
104102
<content></content>
105103
</div>
106104
<footer horizontal end-justified layout>
107-
<div>
105+
<div vertical layout end>
108106
<asq-progress value="{{submissionsNum}}" max="{{connectedViewersNum}}"></asq-progress>
109107
<paper-button id="stats" class="submit-button" raised="true">Stats</paper-button>
110108
</div>

Diff for: demo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<asq-code mode="java">
295295
<asq-stem><h4>Implement quick sort algorithm in Java</h4></asq-stem>
296296
<code>public class Main {
297-
public static void main(String args) {
297+
public static void main(String args[]) {
298298

299299
}
300300
} </code>

0 commit comments

Comments
 (0)