mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Merge pull request #277 from qgustavor/patch-1
Fix HTTPS and some no-script cases
This commit is contained in:
commit
cf8449b3da
@ -2,10 +2,14 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/documentup/latest.min.js"></script>
|
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/documentup/0.1.1/documentup.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
if (typeof DocumentUp == 'undefined') {
|
||||
alert('Some resources failed loading: try reloading the page.');
|
||||
} else {
|
||||
DocumentUp.document("peterbraden/node-opencv");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body></body>
|
||||
<body><noscript>This page requires JavaScript.</noscript></body>
|
||||
</html>
|
||||
Loading…
x
Reference in New Issue
Block a user