Hide columns when rendering

This commit is contained in:
Jakub Vrana
2019-12-20 14:00:40 +01:00
parent 1bfffbf26b
commit 6d39f290cc
2 changed files with 6 additions and 5 deletions

View File

@@ -221,4 +221,3 @@ foreach ($row["partition_names"] as $key => $val) {
?>
<input type="hidden" name="token" value="<?php echo $token; ?>">
</form>
<?php echo script("qs('#form')['defaults'].onclick();" . (support("comment") ? " editingCommentsClick(qs('#form')['comments']);" : "")); ?>