Empty commit

This commit is contained in:
Git 2012-04-19 08:00:35 +00:00
parent 8835e31954
commit d456d38b93
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<tr class="colhead_dark">
<td colspan="2">
<span style="float:left;"><a href='#newthreadpreview'>#XXXXXX</a>
by <strong><?=format_username($LoggedUser['ID'], true, true, true, true, true)?></strong> <? if (!empty($LoggedUser['Title'])) { echo '('.$LoggedUser['Title'].')'; }?>
by <strong><?=format_username($LoggedUser['ID'], true, true, true, true, true)?></strong>
Just now
</span>
<span id="barpreview" style="float:right;">

View File

@ -79,7 +79,7 @@ function Calculate() {
function AddArtistField() {
var ArtistCount = document.getElementsByName("artists[]").length;
if (ArtistCount >= 100) { return; }
if (ArtistCount >= 200) { return; }
var ArtistField = document.createElement("input");
ArtistField.type = "text";
ArtistField.id = "artist";

View File

@ -179,7 +179,7 @@ function Media() {
var ArtistCount = 1;
function AddArtistField() {
if(ArtistCount >= 100) { return; }
if(ArtistCount >= 200) { return; }
var ArtistField = document.createElement("input");
ArtistField.type = "text";
ArtistField.id = "artist";