Skip to content

Commit

Permalink
Merge pull request #851 from okfn/851-relative-recline-url
Browse files Browse the repository at this point in the history
Recline preview does not work on ssl page
  • Loading branch information
johnglover committed Jun 24, 2013
2 parents d6b239c + 1575424 commit faf6514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckanext/reclinepreview/theme/public/preview_recline.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ this.ckan.module('reclinepreview', function (jQuery, _) {
}

recline.Backend.DataProxy.timeout = 10000;
// will no be necessary any more with https://github.com/okfn/recline/pull/345
recline.Backend.DataProxy.dataproxy_url = '//jsonpdataproxy.appspot.com';

// 2 situations
// a) something was posted to the datastore - need to check for this
Expand Down

0 comments on commit faf6514

Please sign in to comment.