skpm / with-webview

Template for skpm using a webview
40 stars 21 forks source link

Javascript file bad path reference #1

Closed gabrielenosso closed 7 years ago

gabrielenosso commented 7 years ago

The template doesn't work as it comes: the reference in the 'webview.html' to the javascript file 'webview.js' is wrong. There is a dot missing.

How it is: <script src="./webview.js"></script> How it works: <script src="../webview.js"></script>

mathieudutour commented 7 years ago

fixed thanks! Funny how the comment was right but not the code haha