##// END OF EJS Templates
Use native map when possible...
Use native map when possible Implemented on all modern browser. There is a small behavior difference between $.map and Array.prototype.map but we don't rely on it. (jQuery flatten arrays and filters null-like)

File last commit:

r13941:e1eece1d
r18410:ce1715fb
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}