bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 14 Feb 2014 14:06:56 +0100
changeset 9530 170e1437948d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/navigation] use add_onload instead of inline javascript href This way our javascript code isn't thrown out by the html cleaner e.g. when using the rql rest directive and a table view. To make things simpler, we now always use ajax URLs for navigation, even when we would previously have used regular links. Closes #3501626

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])