Répare les liens vers les images dans les events

This commit is contained in:
Martin Pépin 2016-05-28 23:56:29 +02:00
parent 9cce1076a9
commit 6f8f6289ba

View file

@ -2,9 +2,9 @@
<script type="text/javascript">
var supernifty_tristate = function() {
var
YES = { image: "{% static "/images/yes.png" %}", state: "yes" },
NO = { image: "{% static "/images/no.png" %}", state: "no" },
NONE = { image: "{% static "/images/none.png" %}", state: "none" };
YES = { image: "{% static "images/yes.png" %}", state: "yes" },
NO = { image: "{% static "images/no.png" %}", state: "no" },
NONE = { image: "{% static "images/none.png" %}", state: "none" };
function tristate_elements() {
if ( document.getElementsByClassName != undefined ) {