[Pkg-javascript-commits] [pdf.js] 147/246: Disable spellcheck in Chromium's URL popup

David Prévot taffit at moszumanska.debian.org
Sun Sep 7 15:36:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 4a399a0173bc555b01f14b097ba13cadf6b8b474
Author: Rob Wu <rob at robwu.nl>
Date:   Fri Aug 8 13:54:19 2014 +0200

    Disable spellcheck in Chromium's URL popup
    
    These red waves below a URL are quite useless and only distracting.
---
 extensions/chromium/pageActionPopup.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/chromium/pageActionPopup.html b/extensions/chromium/pageActionPopup.html
index 135dc39..21827c2 100644
--- a/extensions/chromium/pageActionPopup.html
+++ b/extensions/chromium/pageActionPopup.html
@@ -38,7 +38,7 @@ body {
 }
 </style>
 </head>
-<body contentEditable="plaintext-only">
+<body contentEditable="plaintext-only" spellcheck="false">
 <script src="pageActionPopup.js"></script>
 </body>
 </html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list