Change: #86 open in browser on acct prof page
This commit is contained in:
		@@ -406,9 +406,8 @@ function relations(user, acct_id) {
 | 
				
			|||||||
	});
 | 
						});
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
function profbrws() {
 | 
					function profbrws() {
 | 
				
			||||||
	const { shell } = require('electron');
 | 
					 | 
				
			||||||
	var url = $("#his-openin").attr("data-href")
 | 
						var url = $("#his-openin").attr("data-href")
 | 
				
			||||||
	shell.openExternal(url);
 | 
						postMessage(["openUrl", url], "*")
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
//オールリセット
 | 
					//オールリセット
 | 
				
			||||||
function hisclose() {
 | 
					function hisclose() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user