Use jQuery instead of zepto.
zepto always fails when requesting custom protocols, 💩.
This commit is contained in:
parent
244d7eaf17
commit
d56a7d75de
3 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link href="../node_modules/mocha/mocha.css" rel="stylesheet">
|
<link href="../node_modules/mocha/mocha.css" rel="stylesheet">
|
||||||
<script src="zepto.min.js"></script>
|
<script src="jquery-2.0.3.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
6
spec/jquery-2.0.3.min.js
vendored
Normal file
6
spec/jquery-2.0.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
spec/zepto.min.js
vendored
2
spec/zepto.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue