Skip to content

Commit

Permalink
Switch to latest version of ChartJS (fixes issue where line goes belo…
Browse files Browse the repository at this point in the history
…w 0)
  • Loading branch information
Compizfox committed Aug 2, 2015
1 parent 3128a60 commit 0e92ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backlog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ ADD CONSTRAINT `xref_purchase_game_ibfk_2` FOREIGN KEY (`game_id`) REFERENCES `g

INSERT INTO `library` (`library_id`, `css_url`, `js_url`) VALUES
(1, '//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/css/jquery-ui.min.css', '//cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js'),
(2, '', '//cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.1-beta.2/Chart.min.js'),
(2, '', '//cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js'),
(3, '', 'js/autocorrect.php'),
(4, '', 'js/add.php'),
(5, '', 'js/checkall.js'),
Expand Down

0 comments on commit 0e92ef6

Please sign in to comment.