Skip to content

Commit b26d001

Browse files
committed
Fix link for Install plugin manually
1 parent 960ed9f commit b26d001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/scripts/code.js

+1
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ function toogleView(current, oldEl, text, bAll) {
10371037
oldEl.classList.remove('btn_toolbar_active');
10381038
current.classList.add('btn_toolbar_active');
10391039
elements.linkNewPlugin.innerHTML = translate[text] || text;
1040+
elements.linkNewPlugin.href = bAll ? "https://github.com/ONLYOFFICE/onlyoffice.github.io/pulls" : "https://api.onlyoffice.com/plugin/installation";
10401041
showListofPlugins(bAll);
10411042
}
10421043
};

0 commit comments

Comments
 (0)