forked from External/greenlight
remove video modal
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
<div class="container">
|
||||
|
||||
<h1 id="main-text" class="display-3 text-center text-primary mt-9">Teach Students Online.</h1>
|
||||
<%= render "shared/modals/video_modal" %>
|
||||
|
||||
<hr class="small-rule">
|
||||
|
||||
@ -9,10 +8,6 @@
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(window).on('load',function(){
|
||||
$('#welcomeModal').modal('show');
|
||||
});
|
||||
|
||||
textOptions = [
|
||||
"Start your own Meeting.",
|
||||
"Collaborate with Friends.",
|
||||
|
Reference in New Issue
Block a user