Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit e2a65aa

Browse files
committed
Change message on error
1 parent 2d13260 commit e2a65aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReaderPlus/html/background.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
if (request == "getSensibility")
1616
sendResponse(settings.get("sensibility"));
1717
else
18-
sendResponse(0.4); // snub them.
18+
sendResponse("Failed"); // snub them.
1919
});
2020
</script>
2121
</head>

0 commit comments

Comments
 (0)