Skip to content

Commit

Permalink
Merge pull request #19 from PouleR/master
Browse files Browse the repository at this point in the history
Google jsAPI doesn't work over https
  • Loading branch information
kevinkhill committed Jan 10, 2015
2 parents ba80a2f + c66f771 commit ceed63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Khill/Lavacharts/JavascriptFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class JavascriptFactory
*
* @var string
*/
private $jsAPI = '<script type="text/javascript" src="//google.com/jsapi"></script>';
private $jsAPI = '<script type="text/javascript" src="//www.google.com/jsapi"></script>';

/**
* Google's DataTable Version
Expand Down

0 comments on commit ceed63b

Please sign in to comment.