File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ( ) {
You can’t perform that action at this time.
0 commit comments