Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chelaruc committed Sep 24, 2019
1 parent b677cfc commit 4655a03
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export class RegisterpageComponent implements OnInit, OnDestroy{
constructor(){};
@HostListener('document:mousemove', ['$event'])
onMouseMove(e) {
console.log(e);
var squares1 = document.getElementById("square1");
var squares2 = document.getElementById("square2");
var squares3 = document.getElementById("square3");
Expand Down

0 comments on commit 4655a03

Please sign in to comment.