Преглед изворни кода

add cache dir pref

pull/1/head
10sr пре 12 година
родитељ
комит
0c35817e51
1 измењених фајлова са 8 додато и 0 уклоњено
  1. +8
    -0
      _keysnail.js

+ 8
- 0
_keysnail.js Прегледај датотеку

@@ -158,6 +158,14 @@ plugins.options["twitter_client.use_jmp"] = true;
////////////////////////////////////////////
// エクステ

ext.add("my-setpref2", function(){
util.setPrefs(
{
"browser.cache.disk.parent_directory":"/tmp"
}
);
}, "my setpref2");

ext.add('my-setpref', function(){
util.setPrefs(
{


Loading…
Откажи
Сачувај