some css changes to w0bmcustom.css and glitch.css, some changes in irc.blade.php regarding the visibility of the page for non logged in users, some minor changes to the upload page and a big change to the video page by adding the first interactive upload with loops to w0bm
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
|
||||
<div class="irc-content">
|
||||
<div class="webchat">
|
||||
@if(auth()->check())
|
||||
<iframe src="https://webirc.n0xy.net?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
||||
@else
|
||||
<iframe src="https://webirc.n0xy.net?join=%23w0bm&"></iframe>
|
||||
@endif
|
||||
</div>
|
||||
<div class="irc-info">
|
||||
<h5>IRC</h5>
|
||||
|
Reference in New Issue
Block a user