From ffde763650cf2af9af224d8f96d782a12a18902b Mon Sep 17 00:00:00 2001 From: Sanj Date: Sun, 22 Apr 2012 22:54:47 +0530 Subject: [PATCH] good row toggle --- manifests/templates/shipList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/templates/shipList.html b/manifests/templates/shipList.html index b5fc87a..e520261 100644 --- a/manifests/templates/shipList.html +++ b/manifests/templates/shipList.html @@ -9,7 +9,7 @@ $(function() { $('.shipRow').click(function() { var $goodRow = $(this).next(); - $goodRow.slideToggle(); + $goodRow.toggle(); }); $('.prevBtn').click(function() {