Firefox : Fix missing semicolon.
This commit is contained in:
parent
3980363de6
commit
b209da23ef
|
@ -1,12 +1,10 @@
|
|||
// Configure bookmarks.
|
||||
user_pref("browser.bookmarks.file", "/home/voronind/.config/firefox/Bookmarks.html");
|
||||
user_pref("browser.places.importBookmarksHTML", true);
|
||||
user_pref("browser.microsummary.enabled", false)
|
||||
user_pref("browser.microsummary.enabled", false);
|
||||
|
||||
// Disable site fonts.
|
||||
user_pref("browser.display.use_document_fonts", 0);
|
||||
|
||||
// Disable animations.
|
||||
user_pref("browser.fullscreen.animateUp", 0);
|
||||
|
||||
// Configure search.
|
||||
|
|
Reference in a new issue