From 7e484987b3673bdd348bfdc606e1be305141cbd3 Mon Sep 17 00:00:00 2001 From: Martii Date: Thu, 15 Jan 2015 20:31:51 -0700 Subject: [PATCH] Revert *bootstrap* dep update * Not our CSS interfering * jQuery event listeners tested... okay * Would appear that current *bootstrap-markdown* and current *bootstrap* aren't playing nice with `collapse`. e.g. comment reply box shows however it immediately closes itself. I have seen this behavior before a few times but usually a browser restart handled it... not this time. *bootstrap* 3.2.0, 3.3.0 and 3.3.1 all exhibit this behavior * Leaving `z-index` fix in as 3.1.1 appears not to need this from testing. Refs #540 and #379 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788fe9d83..310053ee9 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "async": "0.9.0", "aws-sdk": "2.0.21", "body-parser": "1.10.1", - "bootstrap": "3.3.1", + "bootstrap": "3.1.1", "bootstrap-markdown": "2.8.0", "compression": "1.3.0", "connect-mongo": "0.6.0",