mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2026-05-05 15:46:10 +02:00
compat shim fixes
This commit is contained in:
parent
e61e7c8356
commit
89fd9ec8c3
@ -41,9 +41,9 @@ Element.prototype.hide = function() {
|
||||
|
||||
Element.prototype.toggle = function() {
|
||||
if (this.visible())
|
||||
this.show();
|
||||
else
|
||||
this.hide();
|
||||
else
|
||||
this.show();
|
||||
};
|
||||
|
||||
Element.prototype.visible = function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user