projects
/
dygraphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b522a
)
works in FF again
author
Dan Vanderkam
<danvdk@gmail.com>
Tue, 14 Sep 2010 00:27:23 +0000
(17:27 -0700)
committer
Dan Vanderkam
<danvdk@gmail.com>
Tue, 14 Sep 2010 00:27:23 +0000
(17:27 -0700)
dygraph.js
patch
|
blob
|
blame
|
history
diff --git
a/dygraph.js
b/dygraph.js
index
fe38657
..
724629a
100644
(file)
--- a/
dygraph.js
+++ b/
dygraph.js
@@
-2386,7
+2386,7
@@
Dygraph.addAnnotationRule = function() {
"background-color: white; " +
"text-align: center;";
if (mysheet.insertRule) { // Firefox
- mysheet.insertRule(".dygraphDefaultAnnotation { " + rule + " }");
+ mysheet.insertRule(".dygraphDefaultAnnotation { " + rule + " }"
, 0
);
} else if (mysheet.addRule) { // IE
mysheet.addRule(".dygraphDefaultAnnotation", rule);
}