chore(js-cli) remove test code from tauri.js template

This commit is contained in:
Lucas
2019-12-17 22:42:37 -03:00
parent 0f12f5f6df
commit bf3c5b0587

View File

@@ -389,7 +389,7 @@ document.addEventListener('error', function (e) {
window.tauri.loadAsset(target.src, 'image')
.then(img => {
target.src = img
}).catch(alert)
})
break
}
target = target.parentElement