edited conkerorrc
This commit is contained in:
parent
3f609186af
commit
8445660213
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ require("clicks-in-new-buffer.js");
|
||||||
sheet.append("stylesheets");
|
sheet.append("stylesheets");
|
||||||
sheet.append("tabs.css");
|
sheet.append("tabs.css");
|
||||||
register_user_stylesheet(make_uri(sheet));
|
register_user_stylesheet(make_uri(sheet));
|
||||||
}*/
|
}
|
||||||
function test(window)
|
function test(window)
|
||||||
{
|
{
|
||||||
//var test = window.getElementsByAttribute("id", "tab2-bar");
|
//var test = window.getElementsByAttribute("id", "tab2-bar");
|
||||||
|
@ -28,7 +28,7 @@ function test(window)
|
||||||
after.parentNode.insertBefore(testtab, after);
|
after.parentNode.insertBefore(testtab, after);
|
||||||
}
|
}
|
||||||
|
|
||||||
add_hook("window_initialize_late_hook", test);
|
add_hook("window_initialize_late_hook", test);*/
|
||||||
|
|
||||||
// VARIABLES
|
// VARIABLES
|
||||||
// Make middle mouse button open new tab in background
|
// Make middle mouse button open new tab in background
|
||||||
|
|
Loading…
Reference in a new issue