[ckan-changes] commit/ckan: rgrp: [data-preview][xs]: fix for fact that loading data-preview css direct off github does not work with chromium (so load off gh-pages).
Bitbucket
commits-noreply at bitbucket.org
Sun Oct 9 13:04:20 UTC 2011
1 new changeset in ckan:
http://bitbucket.org/okfn/ckan/changeset/49774521d9ef/
changeset: 49774521d9ef
user: rgrp
date: 2011-10-09 15:04:10
summary: [data-preview][xs]: fix for fact that loading data-preview css direct off github does not work with chromium (so load off gh-pages).
affected #: 1 file (-1 bytes)
--- a/ckan/templates/package/read.html Sun Oct 09 13:50:18 2011 +0100
+++ b/ckan/templates/package/read.html Sun Oct 09 14:04:10 2011 +0100
@@ -158,8 +158,7 @@
<!-- data preview --><link rel="stylesheet" href="${g.site_url}/scripts/vendor/slickgrid/slick.grid.css" /><link rel="stylesheet" href="${g.site_url}/scripts/vendor/slickgrid/slick.columnpicker.css" />
- <link rel="stylesheet" href="https://github.com/okfn/dataexplorer/raw/master/src/table-view.css" />
- <link rel="stylesheet" href="${g.site_url}/scripts/vendor/dataexplorer/table-view.css" />
+ <link rel="stylesheet" href="http://okfn.github.com/dataexplorer/src/table-view.css" /><!-- /data preview --></py:def>
Repository URL: https://bitbucket.org/okfn/ckan/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
More information about the ckan-changes
mailing list