1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #5157 from Rob--W/crx-no-spellcheck-in-url

Disable spellcheck in Chromium's URL popup
This commit is contained in:
Jonas Jenwald 2014-08-08 14:10:36 +02:00
commit e23ba0987a

View file

@ -38,7 +38,7 @@ body {
}
</style>
</head>
<body contentEditable="plaintext-only">
<body contentEditable="plaintext-only" spellcheck="false">
<script src="pageActionPopup.js"></script>
</body>
</html>