Compare commits
	
		
			2 Commits
		
	
	
		
			a9ece95d07
			...
			70c900fc67
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 70c900fc67 | |||
| fcd35f166e | 
@ -1,5 +1,5 @@
 | 
				
			|||||||
[tool.bumpversion]
 | 
					[tool.bumpversion]
 | 
				
			||||||
current_version = "1.3.40"
 | 
					current_version = "1.3.41"
 | 
				
			||||||
commit = true
 | 
					commit = true
 | 
				
			||||||
tag = true
 | 
					tag = true
 | 
				
			||||||
tag_name = "{new_version}"
 | 
					tag_name = "{new_version}"
 | 
				
			||||||
 | 
				
			|||||||
@ -68,7 +68,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            document.getElementById('version-link').addEventListener('click', function(event) {
 | 
					            document.getElementById('version-link').addEventListener('click', function(event) {
 | 
				
			||||||
                event.preventDefault();
 | 
					                event.preventDefault();
 | 
				
			||||||
                fetch('{{ url_for("send_test_notification_proxy") }}', {
 | 
					                fetch('{{ url_for("send_test_notification") }}', {
 | 
				
			||||||
                    method: 'POST'
 | 
					                    method: 'POST'
 | 
				
			||||||
                }).then(response => response.json())
 | 
					                }).then(response => response.json())
 | 
				
			||||||
                  .then(data => console.log(data.message))
 | 
					                  .then(data => console.log(data.message))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user