You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: index.html
+9-14Lines changed: 9 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ <h1>ZeroClipboard</h1>
32
32
33
33
<p>This library is fully compatible with Flash Player 10, which requires that the clipboard copy operation be initiated by a user click event inside the Flash movie. This is achieved by automatically floating the invisible movie on top of a <ahref="http://en.wikipedia.org/wiki/Document_Object_Model">DOM</a> element of your choice. Standard mouse events are even propagated out to your DOM element, so you can still have rollover and mouse down effects.</p>
34
34
35
-
<p>See the <ahref="https://github.com/zeroclipboard/ZeroClipboard/blob/master/docs/instructions.md">Instructions</a> for instructions on how to use the library on your site.</p>
35
+
<p>See the <ahref="https://github.com/zeroclipboard/zeroclipboard/blob/master/docs/instructions.md">Instructions</a> for instructions on how to use the library on your site.</p>
36
36
37
37
<h3>Testing this page locally</h3>
38
38
@@ -42,11 +42,12 @@ <h3 id="demo">Versions</h3>
42
42
<!--
43
43
IMPORTANT!!!
44
44
The version numbers listed in the following `code` blocks control the actual script and SWF version
45
-
targetting (see "boot.js"). This is the only place you need to change the version numbers!
45
+
targeting (see "boot.js"). This is the only place you need to change the version numbers!
46
+
Double-check the `optgroup`s in the below `select` element for unwarranted `disabled` attributes.
0 commit comments