Moved names around, and added some text to the contact field

This commit is contained in:
Kasper Rynning-Tønnesen
2017-08-08 15:57:40 +02:00
parent 26cd2feb1b
commit b92949fd18
3 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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"]);

View File

@@ -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">
&copy; {{year}}
<a href="http://nixo.no">Nixo</a> &amp;
<a href="http://kasperrt.no">KasperRT</a>,
<a href="http://kasperrt.no">KasperRT</a> &amp;
<a href="http://nixo.no">Nixo</a>,
<br>
All rights reserved
<a class="right" href="https://github.com/zoff-music/">Contribute on GitHub</a>