The branch, master has been updated via 0add8b61f8d41100d98436bf180d9ca7bece082f (commit) from c6ec73963fb8d62c6bc060933ca21ee978d29a38 (commit)
- Log ----------------------------------------------------------------- commit 0add8b61f8d41100d98436bf180d9ca7bece082f Author: Marc Delisle marc@infomarc.info Date: Tue Jun 21 12:49:14 2011 -0400
This typo gives an error in IE 8
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 9f7cb3b..3b4d9b4 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1448,7 +1448,7 @@ function PMA_createChart(passedSettings) { enabled:false }, xAxis: { - type: 'datetime', + type: 'datetime' }, yAxis: { min: 0,
hooks/post-receive