* finish task #7585.

This commit is contained in:
z
2020-08-06 10:58:54 +08:00
parent 952c013eca
commit 01fada7c12
6 changed files with 30 additions and 6 deletions
+5 -1
View File
@@ -73,5 +73,9 @@
</form>
</div>
<script>
$(function(){$('#unlinkBugList .tablesorter').sortTable();});
$(function()
{
$('#unlinkBugList .tablesorter').sortTable();
setForm();
});
</script>
+5 -1
View File
@@ -82,5 +82,9 @@
</form>
</div>
<script>
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
$(function()
{
$('#unlinkStoryList .tablesorter').sortTable();
setForm();
});
</script>
+5 -1
View File
@@ -71,5 +71,9 @@
</form>
</div>
<script>
$(function(){$('#unlinkBugList .tablesorter').sortTable();});
$(function()
{
$('#unlinkBugList .tablesorter').sortTable();
setForm();
});
</script>
+5 -1
View File
@@ -85,5 +85,9 @@
</form>
</div>
<script>
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
$(function()
{
$('#unlinkStoryList .tablesorter').sortTable();
setForm();
});
</script>
+5 -1
View File
@@ -74,5 +74,9 @@ $formID = $type == 'leftBug' ? 'unlinkedLeftBugsForm' : 'unlinkedBugsForm';
</form>
</div>
<script>
$(function(){$('#<?php echo $formID;?> .tablesorter').sortTable();});
$(function()
{
$('#<?php echo $formID;?> .tablesorter').sortTable();
setForm()
});
</script>
+5 -1
View File
@@ -82,5 +82,9 @@
</form>
</div>
<script>
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
$(function()
{
$('#unlinkStoryList .tablesorter').sortTable();
setForm();
});
</script>