Skip to content

Commit 287cf54

Browse files
committed
Minor formatting change
1 parent 59a4da1 commit 287cf54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/resources/lib/form/link/link.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Behaviour.specify("A.post", "link.post", 0, function (element) {
22
element.onclick = function () {
3-
const url = element.getAttribute("data-post-href") || element.getAttribute("href");
3+
const url =
4+
element.getAttribute("data-post-href") || element.getAttribute("href");
45
if (!url) {
56
return false;
67
}

0 commit comments

Comments
 (0)