1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 14:08:11 +01:00

fixed ctrl-i in textboxes (still blocks firefox however)

This commit is contained in:
Martin Stubenschrott
2008-04-17 10:13:51 +00:00
parent fc191bad88
commit 545a0ffb25

View File

@@ -933,7 +933,7 @@ const liberator = (function () //{{{
run: function ()
{
func(args);
func.apply(window, args);
}
};
}