skeleton/sobjects.py.tmpl
author Rémi Cardona <remi.cardona@logilab.fr>
Fri, 28 Mar 2014 14:59:33 +0100
changeset 9661 c170ec8a4525
parent 8207 c04676b16c59
permissions -rw-r--r--
[web/data] Remove broken jquery-json plugin (closes #3590335) Conversion of Date() objects is somehow broken (don't know why beyond that it's due to jquery-json's monkeypatched Date.toJSON() method). Use the now-standard JSON.stringify() instead. http://caniuse.com/#feat=json says it's supported by all browsers, and even IE going back to version 8.

# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s repository side views, usually for notification"""