This commit is contained in:
root
2025-11-13 19:52:28 +03:00
parent 8aeeb05b7d
commit 807dec3b6c
4646 changed files with 163445 additions and 626017 deletions

View File

@@ -125,16 +125,11 @@ BX.Helper =
show: function(additionalParam, sliderOptions)
{
if (this.isOpen())
{
return;
}
if (!BX.Type.isPlainObject(sliderOptions))
{
sliderOptions = {};
}
//compote code
const frameOpenUrl = this.frameOpenUrl + ((this.frameOpenUrl.indexOf("?") < 0) ? "?" : "&") +
(BX.type.isNotEmptyString(additionalParam) ? additionalParam : "");

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long