bbj-screen-widget 2.4.73 → 2.4.74

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bbj-screen-widget",
3
- "version": "2.4.73",
3
+ "version": "2.4.74",
4
4
  "dependencies": {
5
5
  "@fullcalendar/angular": "~5.5.0",
6
6
  "@fullcalendar/daygrid": "~5.5.0",
@@ -585,9 +585,7 @@ var BMapGLLib = window.BMapGLLib = BMapGLLib || {};
585
585
  clearInterval(me._intervalFlag);
586
586
  var html=me._opts.landmarkPois[index].html;
587
587
  if(html){
588
- if(me._opts.replaceDefaultContent){
589
- me._opts.defaultContent=html;
590
- }
588
+ me._opts.defaultContent=html;
591
589
  }else{
592
590
  html=me._opts.defaultContent;
593
591
  }