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
b7b22ad1
Commit
b7b22ad1
authored
Dec 23, 2014
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed KiwiIRC theme to the default one
parent
223aefc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
www/iframe_container.html
www/iframe_container.html
+2
-2
No files found.
www/iframe_container.html
View file @
b7b22ad1
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<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/client/chat.freenode.net:6667/
?theme=mini
"
+
document
.
location
.
hash
;
iframe
.
src
=
"
https://kiwiirc.com/client/chat.freenode.net:6667/
"
+
document
.
location
.
hash
;
</script>
</script>
</body>
</body>
</html>
</html>
\ No newline at end of file
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