mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
ц
This commit is contained in:
@ -143,7 +143,7 @@ window.onload = function() {
|
||||
toogleView(event.target, elements.btnMyPlugins, messages.linkPR, true, false);
|
||||
};
|
||||
|
||||
// elements.arrow.onclick = onClickBack;
|
||||
elements.arrow.onclick = onClickBack;
|
||||
|
||||
// elements.imgScreenshot.onclick = onClickScreenshot;
|
||||
elements.arrowPrev.onclick = function(event) {
|
||||
@ -440,7 +440,7 @@ function initElemnts() {
|
||||
elements.linkNewPlugin = document.getElementById('link_newPlugin');
|
||||
elements.divBody = document.getElementById('div_body');
|
||||
elements.divMain = document.getElementById('div_main');
|
||||
// elements.arrow = document.getElementById('arrow');
|
||||
elements.arrow = document.getElementById('arrow');
|
||||
// elements.close = document.getElementById('close');
|
||||
elements.divHeader = document.getElementById('div_header');
|
||||
elements.divSelected = document.getElementById('div_selected_toolbar');
|
||||
@ -885,7 +885,7 @@ function onClickItem() {
|
||||
elements.divSelectedMain.classList.remove('hidden');
|
||||
elements.divBody.classList.add('hidden');
|
||||
sendMessage( { type : "showButton" } );
|
||||
// elements.arrow.classList.remove('hidden');
|
||||
elements.arrow.classList.remove('hidden');
|
||||
};
|
||||
|
||||
function onClickBack() {
|
||||
@ -900,7 +900,7 @@ function onClickBack() {
|
||||
current.index = 0;
|
||||
current.screenshots = [];
|
||||
current.url = '';
|
||||
// elements.arrow.classList.add('hidden');
|
||||
elements.arrow.classList.add('hidden');
|
||||
if(Ps) Ps.update();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user