Skip to content

Commit e392712

Browse files
RKBoss6Copilot
andauthored
Update js/index.js
Co-authored-by: Copilot <[email protected]>
1 parent 0499cf8 commit e392712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ function handleCustomApp(appTemplate) {
446446
</div>
447447
<div class="modal-body" style="height:100%">
448448
<div class="content" style="height:100%">
449-
<iframe class="modal-iframe" src="apps/${appTemplate.id}/${appTemplate.custom}" style="width:100%;height:100%;border:0px;">
449+
<iframe src="apps/${appTemplate.id}/${appTemplate.custom}" style="width:100%;height:100%;border:0px;">
450450
</div>
451451
</div>
452452
</div>

0 commit comments

Comments
 (0)