mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	fix cannot parse JSON for attachments
This commit is contained in:
		
							parent
							
								
									f183c855d1
								
							
						
					
					
						commit
						17f3e840ec
					
				| @ -223,7 +223,7 @@ $(document).ready(function () { | ||||
|     $('.dropdown').dropdown(); | ||||
|     $('.jump.dropdown').dropdown({ | ||||
|         action: 'hide', | ||||
|         onShow: function() { | ||||
|         onShow: function () { | ||||
|             $('.poping.up').popup('hide'); | ||||
|         } | ||||
|     }); | ||||
| @ -237,8 +237,8 @@ $(document).ready(function () { | ||||
|     }); | ||||
|     $('.poping.up').popup(); | ||||
|     $('.top.menu .poping.up').popup({ | ||||
|         onShow: function() { | ||||
|             if ( $('.top.menu .menu.transition').hasClass('visible') ) { | ||||
|         onShow: function () { | ||||
|             if ($('.top.menu .menu.transition').hasClass('visible')) { | ||||
|                 return false; | ||||
|             } | ||||
|         } | ||||
|  | ||||
| @ -11,6 +11,7 @@ import ( | ||||
| 	"io/ioutil" | ||||
| 	"net/http" | ||||
| 	"net/url" | ||||
| 	"os" | ||||
| 	"strings" | ||||
| 	"time" | ||||
| 
 | ||||
| @ -724,6 +725,7 @@ func uploadFiles(ctx *middleware.Context, issueId, commentId int64) { | ||||
| 			return | ||||
| 		} | ||||
| 
 | ||||
| 		os.MkdirAll(setting.AttachmentPath, os.ModePerm) | ||||
| 		out, err := ioutil.TempFile(setting.AttachmentPath, "attachment_") | ||||
| 
 | ||||
| 		if err != nil { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user