projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
376d67e
)
Bug #9232: Fix reversed logic
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Sep 2010 16:46:05 +0000
(10:46 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Sep 2010 17:05:53 +0000
(11:05 -0600)
kronolith/js/edit.js
patch
|
blob
|
history
diff --git
a/kronolith/js/edit.js
b/kronolith/js/edit.js
index
0e14e81
..
1d94da9
100644
(file)
--- a/
kronolith/js/edit.js
+++ b/
kronolith/js/edit.js
@@
-443,7
+443,7
@@
var KronolithEdit =
// Converts a 12 hour based number to its 24 hour format
convertTo24Hour: function(val, elt)
{
- if (KronolithVar.twentyFour) {
+ if (
!
KronolithVar.twentyFour) {
if ($F(elt)) {
if (val != 12) {
val += 12;