Skip to content

Commit 4ec34c6

Browse files
Accidentally a ;
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: Adam Warner <me@adamwarner.co.uk>
1 parent d328f14 commit 4ec34c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/js/settings-dns-records.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function populateDataTable(endpoint) {
104104
const button = document.createElement("button");
105105

106106
// Set button ID and add CSS classes
107-
button.id = `delete${endpoint}${utils.hexEncode(data)}`
107+
button.id = `delete${endpoint}${utils.hexEncode(data)}`;
108108
button.classList.add("btn", "btn-danger", "btn-xs");
109109

110110
// Set data-* attributes

0 commit comments

Comments
 (0)