forked from cory/tildefriends
		
	Fix the app emoji button.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4734 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -545,7 +545,7 @@ function load(path) {
 | 
			
		||||
			}
 | 
			
		||||
			gApp = json;
 | 
			
		||||
			gApp.emoji = gApp.emoji || '📦';
 | 
			
		||||
			document.getElementById('icon').value = gApp.emoji;
 | 
			
		||||
			document.getElementById('icon').innerHTML = gApp.emoji;
 | 
			
		||||
		}
 | 
			
		||||
		if (!isApp) {
 | 
			
		||||
			document.getElementById("editPane").style.display = 'flex';
 | 
			
		||||
@@ -658,7 +658,7 @@ function changeIcon() {
 | 
			
		||||
	let value = prompt('Enter a new app icon emoji:');
 | 
			
		||||
	if (value !== undefined) {
 | 
			
		||||
		gApp.emoji = value || '📦';
 | 
			
		||||
		document.getElementById('icon').value = gApp.emoji;
 | 
			
		||||
		document.getElementById('icon').innerHTML = gApp.emoji;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user