1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 16:47:59 +01:00

Don't setcomm /dev/null <(js -Cv180 options.js |& grep .) browser.startup.page on startup.

This commit is contained in:
Kris Maglione
2009-05-22 17:01:23 -04:00
parent 68b75aa5c5
commit fa16e09a9a

View File

@@ -741,9 +741,6 @@ function Options() //{{{
options.safeSetPref("accessibility.typeaheadfind", false); // actually the above setting should do it, but has no effect in Firefox
});
// start with saved session
storePreference("browser.startup.page", 3);
/////////////////////////////////////////////////////////////////////////////}}}
////////////////////// COMMANDS ////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////{{{