[fix] cancel button not canceling :/

This commit is contained in:
Benjamin Sonntag 2018-07-17 18:20:06 +02:00
parent 1182cada25
commit 5aeeac1c31
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ $dom->unlock();
}
?></button>
<?php if ($isedit) { ?>
<button class="inb cancel" name="cancel" onclick="document.location = 'dom_edit.php?domain=<?php echo $domain; ?>'"><?php __("Cancel"); ?></button>
<button class="inb cancel" type="button" name="cancel" onclick="document.location = 'dom_edit.php?domain=<?php echo $domain; ?>'"><?php __("Cancel"); ?></button>
<?php } ?>
</td>
</tr>