Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1827)

Unified Diff: go-back-with-backspace/is_editable.js

Issue 2235683003: Correct description in messages; add 'tel' input type (Closed) Base URL: https://chromium.googlesource.com/chromium/extensions-by-google.git@master
Patch Set: Ignore existing icons/ directory Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go-back-with-backspace/description.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go-back-with-backspace/is_editable.js
diff --git a/go-back-with-backspace/is_editable.js b/go-back-with-backspace/is_editable.js
index 9f5625c8e68d6e8d6c67cd9471bcc977e5d92966..585aa4fa856968be03aff0afcf704fd936eccf04 100644
--- a/go-back-with-backspace/is_editable.js
+++ b/go-back-with-backspace/is_editable.js
@@ -14,7 +14,8 @@ function isEditable(path) {
nodeType === 'email' ||
nodeType === 'number' ||
nodeType === 'password' ||
- nodeType === 'search'))) {
+ nodeType === 'search' ||
+ nodeType === 'tel'))) {
return true;
}
« no previous file with comments | « go-back-with-backspace/description.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698