website: add isLoading
This commit is contained in:
parent
cb94616509
commit
89fd152077
|
@ -8,7 +8,9 @@
|
|||
<div class="terminal">
|
||||
<span class="close-terminal" {{action "close"}}>X</span>
|
||||
{{outlet}}
|
||||
{{#if isLoading}}
|
||||
<div class="loading-bar"></div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</script>
|
||||
|
||||
|
|
|
@ -73,8 +73,6 @@ Demo.DemoView = Ember.View.extend({
|
|||
var cursor = this.get('controller.cursor'),
|
||||
currentLength = this.get('controller.currentLog.length');
|
||||
|
||||
console.log(ev);
|
||||
|
||||
switch(ev.keyCode) {
|
||||
// Down arrow
|
||||
case 40:
|
||||
|
|
Loading…
Reference in New Issue