Skip to content

Commit f2d6e57

Browse files
committed
Fixed URL again.
1 parent a9027b1 commit f2d6e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

j-CloudEditorSimple/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ COMPONENT('cloudeditorsimple', 'parent:auto;autosave:500;margin:0;linenumbers:1;
8484
self.make = function() {
8585
if (!config.url)
8686
config.url = (DEF.cdn || 'https://cdn.componentator.com') + '/editor/1.min.html';
87-
self.append('<iframe src="{1}?id={0}" frameborder="0" scrolling="no" allowtransparency="true" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *" style="width:100%;overflow:hidden;display:block"></iframe>'.format(self.ID, protocol, config.url));
87+
self.append('<iframe src="{1}?id={0}" frameborder="0" scrolling="no" allowtransparency="true" allow="geolocation *; microphone *; camera *; midi *; encrypted-media *" style="width:100%;overflow:hidden;display:block"></iframe>'.format(self.ID, config.url));
8888
iframe = self.find('iframe');
8989
self.resize();
9090
$(W).on('message', onmessage);

j-CloudEditorSimple/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"datecreated": "2022-03-26T19:55:10.000Z",
3-
"dateupdated": "2025-08-05T08:39:01.000Z",
3+
"dateupdated": "2025-08-05T08:39:02.000Z",
44
"name": "j-CloudEditorSimple",
55
"jcomponent": "19|20",
66
"darkmode": true,

0 commit comments

Comments
 (0)