Optionally enforce token renewal via settings. Set initial value to True in the forms.
[astakos] / snf-astakos-app / astakos / im / static / im / js / forms.js
index 5ae7cbb..c271ae2 100644 (file)
@@ -26,7 +26,7 @@
       }
       $this.hide();
       
-      if ($this.is("checked")) {
+      if ($this.attr("checked")) {
         el.addClass("checked");  
       }