ucservice 1.8.9 → 1.9.1

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.
@@ -13207,7 +13207,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13207
13207
 
13208
13208
  if (videoLi[index]) {
13209
13209
  if (!tel && item.id) {
13210
- // videoLi[index].querySelector('video').style = ''
13210
+ videoLi[index].querySelector('video').style = '';
13211
13211
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13212
13212
  } else {
13213
13213
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
@@ -13246,7 +13246,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
13246
13246
 
13247
13247
  if (videoLi[index]) {
13248
13248
  if (!tel && item.id) {
13249
- // videoLi[index].querySelector('video').style = ''
13249
+ videoLi[index].querySelector('video').style = '';
13250
13250
  if (videoLi[index].querySelector('.rotate-btn')) videoLi[index].querySelector('.rotate-btn').setAttribute('rotate-index', 0);
13251
13251
  } else {
13252
13252
  let rotateIndex = $(videoLi[index]).find('button[name=rotateVideo]').attr('rotate-index');
Binary file