Skip to content

Commit

Permalink
Some minors fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
prannoy committed Aug 13, 2015
1 parent eee1037 commit c677d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demos/riscv.html
Expand Up @@ -64,6 +64,7 @@ <h1 style="font-family:'Raleway';">RISC-V Simple Demo</h1>
</div>
</body>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="../bin/jor1k-master-min.js"></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion js/master/dev/terminal.js
Expand Up @@ -57,7 +57,7 @@ function Terminal(nrows, ncolumns, elemId) {

this.pauseblink = false;
this.OnCharReceived = function (){};
this.Table.addEventListener("wheel", this.UpdateScreenForScroll);
if (!this.canvas) this.Table.addEventListener("wheel", this.UpdateScreenForScroll);
//this.Table.onwheel = function(){};

this.framerequested = false;
Expand Down

0 comments on commit c677d49

Please sign in to comment.