projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a33d303
)
add missing semi-colon.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 8 Jul 2010 18:00:02 +0000
(14:00 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 8 Jul 2010 18:00:02 +0000
(14:00 -0400)
horde/js/redbox.js
patch
|
blob
|
history
diff --git
a/horde/js/redbox.js
b/horde/js/redbox.js
index
d504a6a
..
b93f69e
100644
(file)
--- a/
horde/js/redbox.js
+++ b/
horde/js/redbox.js
@@
-143,4
+143,4
@@
var RedBox = {
return ov && ov.visible();
}
-}
+}
;