mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Disable spellcheck in Chromium's URL popup
These red waves below a URL are quite useless and only distracting.
This commit is contained in:
parent
c3fb7ee79a
commit
4a399a0173
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ body {
|
|||
}
|
||||
</style>
|
||||
</head>
|
||||
<body contentEditable="plaintext-only">
|
||||
<body contentEditable="plaintext-only" spellcheck="false">
|
||||
<script src="pageActionPopup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue