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>