Update
This commit is contained in:
@@ -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
2
core/bitrix/js/main/helper/helper.min.js
vendored
2
core/bitrix/js/main/helper/helper.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user