Répare les liens vers les images dans les events
This commit is contained in:
parent
9cce1076a9
commit
6f8f6289ba
1 changed files with 3 additions and 3 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue