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:
13
tt-rss.js
13
tt-rss.js
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user