We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ef513 commit 65c5908Copy full SHA for 65c5908
js/toolbar.js
@@ -827,18 +827,12 @@ class Toolbar {
827
enableHorizScrollIcon.style.display = "block";
828
enableHorizScrollIcon.onclick = () => {
829
setScroller(this.activity);
830
- this.activity.textMsg(
831
- _("Horizontal scrolling enabled.")
832
- );
833
};
834
}
835
836
if (disableHorizScrollIcon) {
837
disableHorizScrollIcon.onclick = () => {
838
839
840
- _("Horizontal scrolling disabled.")
841
842
843
844
0 commit comments