examples: Consistent markup and no protocol-relative urls

To ensure these work locally over the file:/// protocol, simply
use https instead.

Straighten out inconsistencies in the markup (closing slash). Made
to match the test/index.html file.

Also:
* index-mobile.html: Re-use jQuery object instead of executing
  the same query three times.
* test: Remove unused qunit-fixture element.
This commit is contained in:
Timo Tijhof
2014-10-09 06:55:24 +02:00
parent 89d64b7e93
commit e6ba739b1b
8 changed files with 67 additions and 67 deletions

View File

@@ -30,7 +30,6 @@
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
</body>
</html>