Removing the timestamp

When auto-generating the website using grunt in the
openlayers.github.io repo, we do not need to publish new docs
every time grunt is run, just because the timestamp is updated.
This commit is contained in:
ahocevar
2013-04-13 18:23:31 +02:00
parent 4a1f13ad0a
commit 6440ce5ea0

View File

@@ -44,7 +44,7 @@ allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></
<br clear="both">
<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a> on <?js= (new Date()) ?>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3</a>
</footer>
</div>