Skip to content

Commit 57ffb0e

Browse files
committed
Merge pull request #27 from rowan-lewis/master
Don't automatically focus the XPath box as Chrome autofocuses. Fixes #23
2 parents 53154a2 + 70254c1 commit 57ffb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/devkit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@
529529
};
530530

531531
// Initialize on first focus:
532-
input.focus().bind('focus', function() {
532+
input.bind('focus', function() {
533533
self.initialiseXPathMatcher();
534534
});
535535

0 commit comments

Comments
 (0)