This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sites/all/themes/abalone/js/abalone.js b/sites/all/themes/abalone/js/abalone.js | |
index fbdbbd3..6dd7b22 100644 | |
--- a/sites/all/themes/abalone/js/abalone.js | |
+++ b/sites/all/themes/abalone/js/abalone.js | |
@@ -4,8 +4,7 @@ | |
// Keep the top level menu open | |
event.preventDefault(); | |
event.stopPropagation(); | |
- // Close any other child menus | |
- // that are not our decendents |
NewerOlder