From 082c826cb566e87b4c2f6d641c24a6189cc662f8 Mon Sep 17 00:00:00 2001 From: Allison Betancourt Date: Tue, 7 Apr 2015 11:06:42 -0500 Subject: [PATCH] Last comment throws error The last comment threw and error in chrome for me. I changed the `/*` to `//` --- library/js/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/js/scripts.js b/library/js/scripts.js index e86e7db6..f0b0b185 100644 --- a/library/js/scripts.js +++ b/library/js/scripts.js @@ -100,4 +100,4 @@ jQuery(document).ready(function($) { $('.dropdown-toggle').dropdown(); -}); /* end of as page load scripts \ No newline at end of file +}); // end of as page load scripts