Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemmer committed Jan 28, 2022
2 parents ea1b7a6 + 149a3bd commit 22c64c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 58 deletions.
7 changes: 5 additions & 2 deletions app/components/SettingsDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ var SettingsDialog = React.createClass({
},
prefillRemoteJsonSettings: function() {
this.refs.serverEndpointName.value = 'JsonStorage.net';
this.refs.serverEndpointUri.value = 'https://jsonstorage.net/api/items'
this.refs.serverEndpointUri.value = 'https://api.jsonstorage.net/v1/json'
},
displayServerEndpointConfiguration: function() {
if(this.state.savedServerEndpoint === '' ) {
Expand All @@ -239,7 +239,10 @@ var SettingsDialog = React.createClass({
requests in order to retrieve, store and update manifests. Download and install 
<a href="https://github.com/textandbytes/iiif-manifest-store" target="_blank">
IIIF Manifest Store</a> or <a href="javascript:;" onClick={this.prefillRemoteJsonSettings}>
click here to use JsonStorage.net</a> to try this feature. Please note that your content on JsonStorage.net is publicly visible and the service might not be suitable for long-term storage of IIIF manifests.
click here to use JsonStorage.net</a> to try this feature.
Please note that this is for demonstration purposes only. Your content on JsonStorage.net is publicly
visible and <b>the service is not suitable for long-term storage of IIIF manifests. DO NOT USE JsonStorage.net
as your main manifest storage solution.</b>
</p>
<br />
<form>
Expand Down
20 changes: 5 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 22c64c1

Please sign in to comment.