We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29be781 commit 5d13cd0Copy full SHA for 5d13cd0
common/content/finder.js
@@ -290,18 +290,6 @@ var Finder = Module("finder", {
290
function () { finder.clear(); },
291
{ argCount: "0" });
292
},
293
- events: function() {
294
- if (config.name == 'Vimperator') {
295
- // Same thing as the note above for not showing the findbar on failed results
296
- // through the command line, but for compatibility with FindBar Tweak.
297
- events.addSessionListener(window, "WillOpenFindBar", function (event) {
298
- if (commandline._keepOpenForInput) {
299
- event.preventDefault();
300
- event.stopPropagation();
301
- }
302
- }, true);
303
304
- },
305
mappings: function () {
306
var myModes = config.browserModes;
307
myModes = myModes.concat([modes.CARET]);
0 commit comments