cpietsch / vikus-viewer

Explore cultural collections along time, texture and themes
https://vikusviewer.fh-potsdam.de/
Other
136 stars 45 forks source link

Remove comment and include null check for `selectedImage` #27

Closed aamir-s18 closed 2 years ago

aamir-s18 commented 2 years ago

Hey Christopher,

this is a great project! We modified the Vikus Viewer and used it as a part of our project.

Some minor things:

I removed the comments and fixed the selectedImage in this repo. If you agree, with the removal of the comments, I can a make Pull request :).

cpietsch commented 2 years ago

Wow this is great!

Once there was no console.log, but I must have left it in at some point. We could overwrite window.console into a noop function here https://github.com/cpietsch/vikus-viewer/blob/master/js/utils.js#L20 or remove all the console.logs

cpietsch commented 2 years ago

I made a pull request from your repo https://github.com/cpietsch/vikus-viewer/pull/28 Thanks again!