Commit 448d18f8f94e5386f9ec9929e1c15efae28bf7bf introduced some problems, which are fixed in this commit:
Cancel links were converted to buttons, by simply wrapping them into a
<button>-element, causing them to act as submit buttons, as submit is the
default action for buttons, instead of cancel buttons. Instead the proper
bootstrap code for showing links as buttons is used now.
add_cname_record_form.htm hasn't been adjusted to show a button instead of a
link for cancelling. I converted that to a button now as well.
Commit 448d18f8f94e5386f9ec9929e1c15efae28bf7bf introduced some problems, which are fixed in this commit:
<button>
-element, causing them to act as submit buttons, as submit is the default action for buttons, instead of cancel buttons. Instead the proper bootstrap code for showing links as buttons is used now.add_cname_record_form.htm
hasn't been adjusted to show a button instead of a link for cancelling. I converted that to a button now as well.