1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 19:01:28 +00:00

Opera compatibility fixes

This commit is contained in:
Andrew Dolgov
2006-02-24 11:15:30 +01:00
parent 98bea1b163
commit 97dcd654bb
7 changed files with 104 additions and 13 deletions

View File

@@ -301,14 +301,6 @@ function localPiggieFunction(enable) {
function localHotkeyHandler(keycode) {
/* if (keycode == 78) {
return moveToPost('next');
}
if (keycode == 80) {
return moveToPost('prev');
} */
if (keycode == 82) { // r
return scheduleFeedUpdate(true);
}
@@ -383,6 +375,11 @@ function init() {
try {
// this whole shebang is based on http://www.birnamdesigns.com/misc/busted2.html
if (arguments.callee.done) return;
arguments.callee.done = true;
disableContainerChildren("headlinesToolbar", true);
if (!genericSanityCheck())