mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 23:23:02 +00:00 
			
		
		
		
	 4def52df80
			
		
	
	4def52df80
	
	
	
		
			
			Note: I did NOT test the results as I have yet to figure out how to make node.js... * actually run the server without a 403 * build the core tw after me having made changes
		
			
				
	
	
		
			13 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| title: $:/core/ui/Buttons/refresh
 | |
| tags: $:/tags/PageControls
 | |
| caption: {{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}
 | |
| description: {{$:/language/Buttons/Refresh/Hint}}
 | |
| 
 | |
| <$button message="tm-browser-refresh" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>
 | |
| <$list filter="[<tv-config-toolbar-icons>prefix[yes]]">
 | |
| {{$:/core/images/refresh-button}}
 | |
| </$list>
 | |
| <$list filter="[<tv-config-toolbar-text>prefix[yes]]">
 | |
| <span class="tc-btn-text"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>
 | |
| </$list>
 | |
| </$button> |