fabianonline / telegram_backup

Java app to download all your telegram data.
GNU General Public License v3.0
449 stars 90 forks source link

Charts not working #13

Closed ssdd28561 closed 8 years ago

ssdd28561 commented 8 years ago

Exported files have this at the end: <script type="text/javascript" src="//code.jquery.com/jquery-1.9.1.js"></script>

and the script is not loaded (so there are no any pie charts etc).

If you change it to <script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.js"></script> everything will work.

fabianonline commented 8 years ago

Urk. My bad. It works as long as you access the HTML files via http or https instead of as local files. Will be fixed in 1.0.6.