diff --git a/ccp/executionformfragment.html b/ccp/executionformfragment.html index 7cb2890..fa61675 100644 --- a/ccp/executionformfragment.html +++ b/ccp/executionformfragment.html @@ -33,7 +33,7 @@ -
+
diff --git a/social/d4s-social.js b/social/d4s-social.js index ac3c427..0ba6791 100644 --- a/social/d4s-social.js +++ b/social/d4s-social.js @@ -3,8 +3,8 @@ */ window.customElements.define('d4s-social-posts', class extends HTMLElement { - //#basepath = 'https://api.d4science.org/rest' - #basepath = 'https://api.dev.d4science.org/rest' + #basepath = 'https://api.d4science.org/rest' + //#basepath = 'https://api.dev.d4science.org/rest' #quantity = 20 #boot = null; #data = null; diff --git a/storage/d4s-storage.js b/storage/d4s-storage.js index 63a6200..e0987bd 100644 --- a/storage/d4s-storage.js +++ b/storage/d4s-storage.js @@ -5,8 +5,8 @@ class D4SStorageHtmlElement extends HTMLElement { #d4smissmsg = 'Required d4s-boot-2 component not found' - //#baseurl = 'https://api.d4science.org/workspace' - #baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace' + #baseurl = 'https://api.d4science.org/workspace' + //#baseurl = 'https://workspace-repository.dev.d4science.org/storagehub/workspace' constructor() { super() @@ -345,4 +345,4 @@ window.customElements.define('d4s-storage-folder', class extends D4SStorageHtmlE } } -}) \ No newline at end of file +})