initial
This commit is contained in:
@@ -153,7 +153,7 @@ onmessage = function(e) {
|
||||
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: showTxt, displayLength: 5000 })
|
||||
Mtoast({ html: showTxt, displayLength: 5000 })
|
||||
} else if (e.data[0] == 'parseColumn') {
|
||||
parseColumn(e.data[1])
|
||||
} else if (e.data[0] == 'exportSettingsCore') {
|
||||
|
@@ -225,6 +225,9 @@ function evalAttr(json, attr, lenCk) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
function Mtoast(obj) {
|
||||
return true
|
||||
}
|
||||
function statusModel(now) {
|
||||
if (!now) {
|
||||
var now = new Date().toString()
|
||||
|
Reference in New Issue
Block a user