Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
chat.ubuntu-it.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
chat.ubuntu-it.org
Commits
1342cf78
Commit
1342cf78
authored
Feb 03, 2025
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the frame to point to the self-hosted kiwi installation
Signed-off-by:
Mattia Rizzolo
<
mapreri@ubuntu.com
>
parent
220d4dc3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
www/iframe_container.html
www/iframe_container.html
+2
-1
No files found.
www/iframe_container.html
View file @
1342cf78
...
@@ -7,7 +7,8 @@
...
@@ -7,7 +7,8 @@
<iframe
height=
"100%"
width=
"100%"
frameborder=
"0"
id=
'frame'
></iframe>
<iframe
height=
"100%"
width=
"100%"
frameborder=
"0"
id=
'frame'
></iframe>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
iframe
=
document
.
getElementById
(
'
frame
'
);
var
iframe
=
document
.
getElementById
(
'
frame
'
);
iframe
.
src
=
"
https://kiwiirc.com/nextclient/irc.libera.chat:+6697/
"
+
document
.
location
.
hash
;
/* iframe.src = "kiwiirc/irc.libera.chat:+6697/"+document.location.hash; */
iframe
.
src
=
"
kiwiirc/
"
+
document
.
location
.
hash
;
</script>
</script>
</body>
</body>
</html>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment