* finish task #7585.
This commit is contained in:
@@ -73,5 +73,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){$('#unlinkBugList .tablesorter').sortTable();});
|
||||
$(function()
|
||||
{
|
||||
$('#unlinkBugList .tablesorter').sortTable();
|
||||
setForm();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -82,5 +82,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
|
||||
$(function()
|
||||
{
|
||||
$('#unlinkStoryList .tablesorter').sortTable();
|
||||
setForm();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -71,5 +71,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){$('#unlinkBugList .tablesorter').sortTable();});
|
||||
$(function()
|
||||
{
|
||||
$('#unlinkBugList .tablesorter').sortTable();
|
||||
setForm();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -85,5 +85,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
|
||||
$(function()
|
||||
{
|
||||
$('#unlinkStoryList .tablesorter').sortTable();
|
||||
setForm();
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -82,5 +82,9 @@
|
||||
</form>
|
||||
</div>
|
||||
<script>
|
||||
$(function(){$('#unlinkStoryList .tablesorter').sortTable();});
|
||||
$(function()
|
||||
{
|
||||
$('#unlinkStoryList .tablesorter').sortTable();
|
||||
setForm();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user