mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Better css preview refresh?
This commit is contained in:
		@@ -112,7 +112,7 @@
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    function update_live_preview(refresh=false) {
 | 
					    function update_live_preview(refresh=false) {
 | 
				
			||||||
        if (refresh) {
 | 
					        if (refresh) {
 | 
				
			||||||
            $('#iframepreview')[0].contentWindow.location.reload(true);
 | 
					            $('#iframepreview').attr('src', $('#iframepreview').attr('src'));
 | 
				
			||||||
            return;
 | 
					            return;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        $("#live_preview_warning").show();
 | 
					        $("#live_preview_warning").show();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user