diff --git "a/collapsiblock.js" "b/collapsiblock.js"
index 1f114af..e8d6f7d 100644
--- "a/collapsiblock.js"
+++ "b/collapsiblock.js"
@@ -77,7 +77,7 @@
             e.preventDefault();
           });
           // Leave active blocks uncollapsed. If the block is expanded, do nothing.
-          if (stat ==  4 || (cookieData[id] == 0 || (stat == 3 && cookieData[id] == undefined)) && !$(this).find('a.active').size()) {
+          if (stat ==  4 || (cookieData[id] == 0 || (stat == 3 && cookieData[id] == undefined))) {//} && !$(this).find('a.active').size()) {
             // Allow block content to assign class 'collapsiblock-force-open' to it's content to force
             // itself to stay open. E.g. useful if block contains a form that was just ajaxly updated and should be visible
             if (titleElt.target.hasClass('collapsiblock-force-open') || titleElt.target.find('.collapsiblock-force-open').size() > 0) {
