xzw 4 år sedan
förälder
incheckning
1d35be2f04
1 ändrade filer med 9 tillägg och 1 borttagningar
  1. 9 1
      web/public/static/js/main_2020_show.js

+ 9 - 1
web/public/static/js/main_2020_show.js

@@ -22385,7 +22385,10 @@ window.Modernizr = function(n, e, t) {
                 //loadVideo();//add   
                 //-------------------
                 
-                
+                setTimeout(()=>{
+                    this.qualityManager.updateMaximums()
+                    window.stats && (stats.dom.parentElement.removeChild(stats.dom), window.stats = null)
+                },6000)
                 
                 var t = e.mode
                   , i = e.pano
@@ -28120,8 +28123,13 @@ window.Modernizr = function(n, e, t) {
             this.highQualityThreshold = a.valueFromHash("threshold2k", s.windowHeightHighQualityThreshold),
             this.updateMaximums(),
             e.on(c.ActiveModelChanged, this.onModelChanged.bind(this))
+              
         }
         ,
+        
+       
+        
+        
         n.prototype.updateFromModel = function(e) {
             this.updateHighResolutionSettings(e),
             this.updateUltraHighResolutionSettings(e)