[marketplace] Fix problem with arrow back without internet.

This commit is contained in:
AlexeyMatveev686
2023-05-04 13:55:17 +03:00
parent b8711ac529
commit 17596f62d7
2 changed files with 5 additions and 3 deletions

View File

@ -149,7 +149,7 @@
});
break;
case 'showButton' :
window.Asc.plugin.executeMethod('ShowButton',['back', true]);
window.Asc.plugin.executeMethod('ShowButton',['back', data.show]);
break;
}