mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Moved names around, and added some text to the contact field
This commit is contained in:
2
server/public/assets/dist/embed.min.js
vendored
2
server/public/assets/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -71,7 +71,7 @@ var Admin = {
|
||||
$("#playlist_loader_spotify").addClass("hide");
|
||||
}
|
||||
$("#import_spotify").removeClass("hide");
|
||||
$("#import").removeClass("hide");
|
||||
$("#import").removeClass("hide");
|
||||
break;
|
||||
case "noskip":
|
||||
msg=Helper.rnd(["Only Admins can skip songs, peasant!", "You have to log in to skip songs on this channel", "Try clicking the settings icon and logging in before you skip"]);
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<div class="modal-content">
|
||||
<h4>Contact</h4>
|
||||
<div id="contact-container">
|
||||
<p>Found a bug, or just want to contact the team?</p>
|
||||
<form id="contact-form" method="post" onsubmit="return false;">
|
||||
<div class="input-field">
|
||||
<input id="contact-form-from" name="from" type="email" autocomplete="off" class="validate" />
|
||||
@@ -193,8 +194,8 @@
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
© {{year}}
|
||||
<a href="http://nixo.no">Nixo</a> &
|
||||
<a href="http://kasperrt.no">KasperRT</a>,
|
||||
<a href="http://kasperrt.no">KasperRT</a> &
|
||||
<a href="http://nixo.no">Nixo</a>,
|
||||
<br>
|
||||
All rights reserved
|
||||
<a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
|
||||
|
||||
Reference in New Issue
Block a user