Commit 34fd0f78 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Правка для мобильного просмотрщика (баг http://bugzserver/show_bug.cgi?id=21694)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57279 954022d7-b5bf-4e40-9824-e11837661b57
parent 1c585703
......@@ -83,7 +83,8 @@
// Для того, чтобы работал scroll
this.selectorListJQ = $('#apiPopUpList');
this.selectorListJQ.perfectScrollbar(this.scrollOptions);
if (this.selectorListJQ.perfectScrollbar)
this.selectorListJQ.perfectScrollbar(this.scrollOptions);
}
};
PopUpSelector.prototype.show = function (isFormula, arrItems, cellRect) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment