cronapp-lib-js 3.0.0-SP.32 → 3.0.0-SP.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -22942,7 +22942,7 @@
|
|
|
22942
22942
|
that._trigger(ACTIVATE);
|
|
22943
22943
|
//BEGIN FIX_032
|
|
22944
22944
|
//NEW FIX_032
|
|
22945
|
-
if (that.options && that.options.anchor && that.options.anchor.hasClass('cronDynamicSelect')) {
|
|
22945
|
+
if (that.options && that.options.anchor && that.options.anchor.hasClass && that.options.anchor.hasClass('cronDynamicSelect')) {
|
|
22946
22946
|
let $mainView = $('[ui-view]');
|
|
22947
22947
|
if ($mainView.length) {
|
|
22948
22948
|
that._mainView = $mainView[$mainView.length - 1];
|