Skip to content

Commit

Permalink
Move open cv files to app root to avoid errors loading opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
habbes committed May 6, 2018
1 parent 8e48e5b commit 2a92892
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ <h2>Xaval</h2>
document.getElementById('status').innerHTML = 'OpenCv.js is ready.';
}
</script>
<script async src="opencv/opencv.js" onload="onOpenCvReady();" type="text/javascript"></script>
<script async src="opencv.js" onload="onOpenCvReady();" type="text/javascript"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a92892

Please sign in to comment.