Skip to content

Commit ee94ed0

Browse files
committed
More work
1 parent 0956702 commit ee94ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

emupedia-app-emuchat/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setTimeout(function() {
5252
// noinspection HtmlDeprecatedAttribute
53-
$('body').append('<iframe id="emuchat" width="100%" height="100%" src="https://emuchat.' + location + '" frameborder="0" allowFullscreen="allowFullscreen" allowTransparency="true" allow="autoplay; fullscreen; accelerometer; gyroscope; geolocation; microphone; camera; midi; encrypted-media; clipboard-read; clipboard-write" sandbox="allow-forms allow-downloads allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation"></iframe>');
53+
$('body').append('<iframe id="emuchat" width="100%" height="100%" src="https://cojmar.github.io/n_chat/" frameborder="0" allowFullscreen="allowFullscreen" allowTransparency="true" allow="autoplay; fullscreen; accelerometer; gyroscope; geolocation; microphone; camera; midi; encrypted-media; clipboard-read; clipboard-write" sandbox="allow-forms allow-downloads allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-presentation allow-same-origin allow-scripts allow-top-navigation-by-user-activation"></iframe>');
5454

5555
// noinspection DuplicatedCode
5656
$(document).find('iframe').first().off('load').on('load', function() {

0 commit comments

Comments
 (0)