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:
2
doc/template/tmpl/layout.tmpl
vendored
2
doc/template/tmpl/layout.tmpl
vendored
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user