shymonk / django-datatable

django-datatable is a customizable table application of django based on jquery datatable.
https://github.com/shymonk/django-datatable
MIT License
169 stars 55 forks source link

problem if app runnnig with ssl webserver enviroment #12

Closed fgau closed 9 years ago

fgau commented 9 years ago

hi, first of all, great app! in django-datatable/table/templates/table/table.html you hardcoded with http. with that, the table is not showing with ssl setup. please replace it with a CDN reference like here (http://datatables.net/manual/installation#CDN). thanks.

shymonk commented 9 years ago

well, feel free to fork and make a pull-request to fix it. it's very helpful.

shymonk commented 9 years ago

So, this issue can be closed? @fgau

fgau commented 9 years ago

Yes! Thanks for merging my pull request.