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("tabs.css");
|
||||
register_user_stylesheet(make_uri(sheet));
|
||||
}*/
|
||||
}
|
||||
function test(window)
|
||||
{
|
||||
//var test = window.getElementsByAttribute("id", "tab2-bar");
|
||||
|
@ -28,7 +28,7 @@ function test(window)
|
|||
after.parentNode.insertBefore(testtab, after);
|
||||
}
|
||||
|
||||
add_hook("window_initialize_late_hook", test);
|
||||
add_hook("window_initialize_late_hook", test);*/
|
||||
|
||||
// VARIABLES
|
||||
// Make middle mouse button open new tab in background
|
||||
|
|
Loading…
Reference in a new issue