* finish task #7585.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user