mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
35fa58985f
commit
68276d444d
@ -385,9 +385,9 @@ $(function(){
|
|||||||
<th class="{sorter: 'digit'}" title="{L_SIZE}"><b class="tbs-text">{L_SIZE}</b></th>
|
<th class="{sorter: 'digit'}" title="{L_SIZE}"><b class="tbs-text">{L_SIZE}</b></th>
|
||||||
<th class="{sorter: 'digit'}" title="{L_SEEDERS}"><b class="tbs-text">S</b></th>
|
<th class="{sorter: 'digit'}" title="{L_SEEDERS}"><b class="tbs-text">S</b></th>
|
||||||
<th class="{sorter: 'digit'}" title="{L_LEECHERS}"><b class="tbs-text">L</b></th>
|
<th class="{sorter: 'digit'}" title="{L_LEECHERS}"><b class="tbs-text">L</b></th>
|
||||||
<th class="{sorter: false}" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
|
<th class="{sorter: false }" title="{L_REPLIES}"><b class="tbs-text">{L_REPLIES_SHORT}</b></th>
|
||||||
<!-- IF SHOW_SPEED -->
|
<!-- IF SHOW_SPEED -->
|
||||||
<th class="{sorter: false}" title="{L_DL_SPEED}"><b class="tbs-text">SP</b></th>
|
<th class="{sorter: false }" title="{L_DL_SPEED}"><b class="tbs-text">SP</b></th>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
<th class="{sorter: 'digit'}" title="{L_ADDED}"><b class="tbs-text">{L_ADDED}</b></th>
|
<th class="{sorter: 'digit'}" title="{L_ADDED}"><b class="tbs-text">{L_ADDED}</b></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -48,8 +48,7 @@
|
|||||||
</div><!--/bottom_info-->
|
</div><!--/bottom_info-->
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function checkForm(formObj)
|
function checkForm(formObj) {
|
||||||
{
|
|
||||||
var formErrors = false;
|
var formErrors = false;
|
||||||
|
|
||||||
if (formObj.message.value.length < 2) {
|
if (formObj.message.value.length < 2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user