Skip to content

Commit

Permalink
Open the projects when you click the image
Browse files Browse the repository at this point in the history
  • Loading branch information
i5o committed Mar 3, 2015
1 parent 64b6e2a commit 09714c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/samplesviewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ function PlanetView(model, controller) {
.addEventListener('click', me.delete(ele));
ele.querySelector('input')
.addEventListener('change', me.input(ele));
ele.querySelector('.thumbnail')
.addEventListener('click', me.open(ele));
});
model.localChanged = false;
}
Expand Down

0 comments on commit 09714c6

Please sign in to comment.