Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 46b6ae5

Browse files
committed
Updated v2.x demo page for v2.0.0-beta.1
1 parent d6dd32b commit 46b6ae5

File tree

5 files changed

+1155
-7
lines changed

5 files changed

+1155
-7
lines changed

index-v2.x.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>ZeroClipboard v2.x</h1>
2929
<div>The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible <a href="http://en.wikipedia.org/wiki/Adobe_Flash">Adobe Flash</a> movie and a <a href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> interface. The "Zero" signifies that the library is invisible and the user interface is left entirely up to you.</div>
3030

3131
<h2>WARNING!</h2>
32-
<div>This page is for the <code>v2.x</code> version of ZeroClipboard, which is <strong>currently <em>unstable</em></strong>. For the <strong>stable</strong> <code>v1.x</code>, please see the <a href="index.html"><code>v1.x</code> demo page</a>.</div>
32+
<div>This page is for the <code>v2.x</code> version of ZeroClipboard, which is <strong>currently still in an early beta</strong>. For the <strong>stable</strong> <code>v1.x</code>, please see the <a href="index.html"><code>v1.x</code> demo page</a>.</div>
3333

3434
<h3>Testing this page locally</h3>
3535
<div>To test this page locally, checkout the <code>gh-pages</code> branch and run <code>make</code> to open <a href="http://localhost:3000/">localhost:3000</a>, then navigate to <a href="index-v2.x.html">index-v2.x.html</a>.</div>
@@ -47,9 +47,8 @@ <h3>Demo</h3>
4747
Double-check that the current stable release is marked as the only `option` with the `selected` attribute.
4848
-->
4949
<select id="demo-version">
50-
<!--<option>git:master</option>-->
51-
<option selected="selected">git:master</option>
52-
<!--<option>v2.0.0</option>-->
50+
<option>git:master</option>
51+
<option selected="selected">v2.0.0-beta.1</option>
5352
</select>
5453
<select id="demo-type">
5554
<option value="traditional" selected="selected">Traditional</option>

javascripts/zc/v1.3.3/ZeroClipboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Copyright (c) 2014 Jon Rohan, James M. Greene
55
* Licensed MIT
66
* http://zeroclipboard.org/
7-
* v1.3.2
7+
* v1.3.3
88
*/
99
(function() {
1010
"use strict";
@@ -532,7 +532,7 @@
532532
}
533533
return clients;
534534
};
535-
ZeroClipboard.version = "1.3.2";
535+
ZeroClipboard.version = "1.3.3";
536536
var _globalConfig = {
537537
swfPath: _swfPath,
538538
trustedDomains: window.location.host ? [ window.location.host ] : [],

0 commit comments

Comments
 (0)