Skip to content

Commit 8b39e9e

Browse files
Update script.js
1 parent d512349 commit 8b39e9e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Blog Application/script.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ const editCard = (event) => {
150150
submitBtn.removeAttribute("data-bs-toggle");
151151
submitBtn.removeAttribute("data-bs-target");
152152

153-
154-
155153
}
156154

157155
const saveEditChanges = (event) => {
@@ -208,8 +206,6 @@ const saveEditChanges = (event) => {
208206

209207
submitBtn.innerHTML = "Open Blog";
210208

211-
212-
213209
}
214210

215211
const htmlModalContent = ({
@@ -246,5 +242,3 @@ const openBlog = (event) => {
246242
blogModal.innerHTML = htmlModalContent(getBlog[0]);
247243
};
248244

249-
250-

0 commit comments

Comments
 (0)