Skip to content

Commit 74fb6af

Browse files
committed
chore(mock): remove onClick handler
1 parent 060f4a9 commit 74fb6af

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mock/custom-message.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
.then(function(registration) {
1313
serviceWorkerUpdatefoundRefreshDialog.register(registration, {
1414
forceUpdate: true,
15-
message: "custom message",
16-
onClick: () => {
17-
document.title = "clicked";
18-
}
15+
message: "custom message"
1916
});
2017
});
2118
});

0 commit comments

Comments
 (0)