diff --git a/js/collapsible-div.js b/js/collapsible-div.js
index 2a240ae..363345c 100644
--- a/js/collapsible-div.js
+++ b/js/collapsible-div.js
@@ -219,6 +219,8 @@
           var state = toggle.hasClass('ctools-toggle-collapsed') ? -1 : 1;
           Drupal.CTools.Collapsible.setState($container.attr('id'), state);
         }
+
+        return false;
       }
 
       // Let both the toggle and the handle be clickable.
