Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a timestamp to the bottom right corner of the map #1192

Closed
wants to merge 2 commits into from
Closed

Add a timestamp to the bottom right corner of the map #1192

wants to merge 2 commits into from

Conversation

pleasantone
Copy link
Contributor

Does what it says, very useful for screenshots.


var html = 'Time: ' + new Date();

$('#timestamp').html(html);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be .text() instead, as there is no HTML. Best to be safe 😃

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally agree, changes made

@pleasantone
Copy link
Contributor Author

Requested changes made.

@pleasantone
Copy link
Contributor Author

@dingram poke

johnd0e pushed a commit to johnd0e/ingress-intel-total-conversion that referenced this pull request Jul 2, 2019
Add a timestamp to the bottom right corner of the map

iitc-project/ingress-intel-total-conversion#1192

Merge commit 'refs/pull/1192/head' of https://github.com/iitc-project/ingress-intel-total-conversion into new-plugins
johnd0e pushed a commit to johnd0e/ingress-intel-total-conversion that referenced this pull request Jul 2, 2019
Add a timestamp to the bottom right corner of the map

iitc-project/ingress-intel-total-conversion#1192

Merge commit 'refs/pull/1192/head' of https://github.com/iitc-project/ingress-intel-total-conversion into new-plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants