diff --git a/project.clj b/project.clj index e69c922e..8e78d92d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject foreclojure "1.5.2" +(defproject foreclojure "1.5.2.1" :description "4clojure - a website for learning Clojure" :dependencies [[clojure "1.2.1"] [clojure-contrib "1.2.0"] diff --git a/resources/public/script/foreclojure.js b/resources/public/script/foreclojure.js index cf55ea7c..54a7b08f 100644 --- a/resources/public/script/foreclojure.js +++ b/resources/public/script/foreclojure.js @@ -43,7 +43,7 @@ $(document).ready(function() { $("#user-table,#server-user-table").addClass("js-enabled"); - $("#user-table,#server-user-table input.following").live("click", function(e) { + $("#user-table input.following, #server-user-table input.following").live("click", function(e) { e.preventDefault(); var $checkbox = $(this) var $form = $checkbox.parents("form")