File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ <h3 id="slideshowtitle">{slideshowtitle}</h3>
126126                } , 
127127                body : JSON . stringify ( { mode : "slideshow" ,  display_time : this . value } ) 
128128            } ) ; 
129-             document . getElementById ( "slideshowtitle" ) . textContent  =  "* Slideshow: "  +  this . value  +  " seconds per  image" ; 
129+             document . getElementById ( "slideshowtitle" ) . textContent  =  "* Slideshow: "  +  this . value  +  " sec/ image" ; 
130130            document . getElementById ( "imagetitle" ) . textContent  =  "- Image" ; 
131131            document . getElementById ( "colortitle" ) . textContent  =  "- Color" ; 
132132            document . getElementById ( "offtitle" ) . textContent  =  "- Off" ; 
Original file line number Diff line number Diff line change @@ -72,7 +72,8 @@ def do_GET(self):
7272                if  current_mode  ==  "image" :
7373                    data  =  data .replace ("{imagetitle}" , f"* Image: { image .current_image }  " )
7474                elif  current_mode  ==  "slideshow" :
75-                     data  =  data .replace ("{slideshowtitle}" , f"* Slideshow: { slideshow .display_time }   seconds per image" )
75+                     data  =  data .replace ("{slideshowtitle}" ,
76+                                         f"* Slideshow: { slideshow .display_time }   sec/image" )
7677                    data  =  data .replace ("{imagetitle}" , f"- Image: { image .current_image }  " )
7778                elif  current_mode  ==  "color" :
7879                    data  =  data .replace ("{colortitle}" , f"* Color: #{ color .current_color }  " )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments