Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-23 22:52:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04f7e7c8170e680caede7b3910b2ef98f9be15fa
04f7e7c8
1 parent
35fefaed
Update utils.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
flask/static/js/utils.js
flask/static/js/utils.js
View file @
04f7e7c
...
...
@@ -2,7 +2,7 @@ function Utils(errorOutputId) { // eslint-disable-line no-unused-vars
let
self
=
this
;
this
.
errorOutput
=
document
.
getElementById
(
errorOutputId
);
const
OPENCV_URL
=
'opencv.js'
;
const
OPENCV_URL
=
'
/static/js/
opencv.js'
;
this
.
loadOpenCv
=
function
(
onloadCallback
)
{
let
script
=
document
.
createElement
(
'script'
);
script
.
setAttribute
(
'async'
,
''
);
...
...
Please
register
or
login
to post a comment