fd46a7d86e
When a browser doesn't support DOM manipulation convenience methods, the addition of the feed link was triggering an error because elements created by `$.new()` are regular elements, not elements from our own mini-DOM implementation. Therefore, the `append()` method may be absent. Use `appendChild()` instead. |
||
---|---|---|
.. | ||
css | ||
db | ||
demo | ||
ext | ||
img | ||
js | ||
templates | ||
tests | ||
utils | ||
views | ||
__init__.py | ||
compat.py | ||
config.py | ||
core.py | ||
defaults.ini | ||
dispatch.py | ||
migrate.py | ||
run.py | ||
wsgi.py |