tabs/spaces cleanup
This commit is contained in:
parent
c0dae20432
commit
037dd8db61
|
@ -97,9 +97,9 @@
|
||||||
<code><html lang="en-US"></code>
|
<code><html lang="en-US"></code>
|
||||||
<code><em><head></em></code>
|
<code><em><head></em></code>
|
||||||
<code> <title>Shower</title></code>
|
<code> <title>Shower</title></code>
|
||||||
<code> <meta charset="<strong>UTF-8</strong>"></code>
|
<code> <meta charset="<strong>UTF-8</strong>"></code>
|
||||||
<code> <link rel="stylesheet" href="s/screen.css"></code>
|
<code> <link rel="stylesheet" href="s/screen.css"></code>
|
||||||
<code> <script src="j/jquery.js"></script></code>
|
<code> <script src="j/jquery.js"></script></code>
|
||||||
<code><em></head></em></code>
|
<code><em></head></em></code>
|
||||||
</pre>
|
</pre>
|
||||||
</section>
|
</section>
|
||||||
|
@ -114,7 +114,7 @@
|
||||||
</pre>
|
</pre>
|
||||||
<p class="note">May or may not crash your browser</p>
|
<p class="note">May or may not crash your browser</p>
|
||||||
<pre>
|
<pre>
|
||||||
<code><em><meta</em> charset="<strong>UTF-8</strong>"></code>
|
<code><em><meta</em> charset="<strong>UTF-8</strong>"></code>
|
||||||
</pre>
|
</pre>
|
||||||
<p class="note">Lock up your machine</p>
|
<p class="note">Lock up your machine</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
body.style.msTransform = transform;
|
body.style.msTransform = transform;
|
||||||
body.style.transform = transform;
|
body.style.transform = transform;
|
||||||
}
|
}
|
||||||
|
|
||||||
function turnSlide(e) {
|
function turnSlide(e) {
|
||||||
var current = hashList[url.hash],
|
var current = hashList[url.hash],
|
||||||
target;
|
target;
|
||||||
|
|
Loading…
Reference in New Issue