mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-09 11:05:33 +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");
|
$("#playlist_loader_spotify").addClass("hide");
|
||||||
}
|
}
|
||||||
$("#import_spotify").removeClass("hide");
|
$("#import_spotify").removeClass("hide");
|
||||||
$("#import").removeClass("hide");
|
$("#import").removeClass("hide");
|
||||||
break;
|
break;
|
||||||
case "noskip":
|
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"]);
|
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">
|
<div class="modal-content">
|
||||||
<h4>Contact</h4>
|
<h4>Contact</h4>
|
||||||
<div id="contact-container">
|
<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;">
|
<form id="contact-form" method="post" onsubmit="return false;">
|
||||||
<div class="input-field">
|
<div class="input-field">
|
||||||
<input id="contact-form-from" name="from" type="email" autocomplete="off" class="validate" />
|
<input id="contact-form-from" name="from" type="email" autocomplete="off" class="validate" />
|
||||||
@@ -193,8 +194,8 @@
|
|||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© {{year}}
|
© {{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>
|
<br>
|
||||||
All rights reserved
|
All rights reserved
|
||||||
<a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
|
<a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user