show
This commit is contained in:
		@@ -150,10 +150,10 @@ onmessage = function(e) {
 | 
			
		||||
	} else if (e.data[0] == 'post') {
 | 
			
		||||
		post('pass')
 | 
			
		||||
	} else if (e.data[0] == 'toastSaved') {
 | 
			
		||||
		var show = `${lang.lang_img_DLDone}${
 | 
			
		||||
		var showTxt = `${lang.lang_img_DLDone}${
 | 
			
		||||
			e.data[1][0]
 | 
			
		||||
		}<button class="btn-flat toast-action" onclick="openFinder('${e.data[1][1]}')">Show</button>`
 | 
			
		||||
		M.toast({ html: show, displayLength: 5000 })
 | 
			
		||||
		M.toast({ html: showTxt, displayLength: 5000 })
 | 
			
		||||
	} else if (e.data[0] == 'parseColumn') {
 | 
			
		||||
		parseColumn(e.data[1])
 | 
			
		||||
	} else if (e.data[0] == 'exportSettingsCore') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user