From 603dd210fa039a05cf0747dc7f4d98fa96704626 Mon Sep 17 00:00:00 2001 From: Steven Chan Date: Sun, 31 Aug 2014 10:22:58 -0700 Subject: [PATCH] Correct an erroneous edit Signed-off-by: Steven Chan --- src/od_pages_myopac.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/od_pages_myopac.coffee b/src/od_pages_myopac.coffee index ef8ee0b..2cb59ae 100644 --- a/src/od_pages_myopac.coffee +++ b/src/od_pages_myopac.coffee @@ -420,7 +420,7 @@ define [ # Add checkout rows to and remove the warning box. # also has the responsibility of handling format buttons. - if $rows.length > 1 + if $rows.length > 0 @find 'tbody' .empty().append $rows ._download_format() -- 2.11.0