Navigation Menu

Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Fix highcharts URL to the commit where it works
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Nov 9, 2011
1 parent 11f5b2a commit c0ea5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/input/cron.py
Expand Up @@ -15,7 +15,8 @@ def get_highcharts():
localfilename = os.path.join(settings.MEDIA_ROOT, 'js', 'libs',
'highcharts.src.js')
u = urllib2.urlopen('https://raw.github.com/highslide-software/'
'highcharts.com/master/js/highcharts.src.js')
'highcharts.com/11c76bd017528e1db2a2843e648'
'2856d1ed0f7d4/js/highcharts.src.js')
with open(localfilename, 'w') as f:
f.write(u.read())

Expand Down

0 comments on commit c0ea5c9

Please sign in to comment.