projects
/
contrib
/
overdrive-eg-opac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1128e
)
Correct an erroneous edit
author
Steven Chan
<steven3416@gmail.com>
Sun, 31 Aug 2014 17:22:58 +0000
(10:22 -0700)
committer
Steven Chan
<steven3416@gmail.com>
Sun, 31 Aug 2014 17:22:58 +0000
(10:22 -0700)
Signed-off-by: Steven Chan <steven3416@gmail.com>
src/od_pages_myopac.coffee
patch
|
blob
|
history
diff --git
a/src/od_pages_myopac.coffee
b/src/od_pages_myopac.coffee
index
ef8ee0b
..
2cb59ae
100644
(file)
--- a/
src/od_pages_myopac.coffee
+++ b/
src/od_pages_myopac.coffee
@@
-420,7
+420,7
@@
define [
# Add checkout rows to <tbody> and remove the warning box.
# <tbody> also has the responsibility of handling format buttons.
- if $rows.length >
1
+ if $rows.length >
0
@find 'tbody'
.empty().append $rows
._download_format()