Skip to content

Commit

Permalink
chore(website): bumping URLs to use version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Sep 17, 2016
1 parent d846a68 commit 6acb981
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/api/element/disabled.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1><code>ally.element.disabled</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('toggle-disabled');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-children.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusChildren({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-input.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusInput({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fix/pointer-focus-parent.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Fixed Behavior</h2>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.fix.pointerFocusParent({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/disabled.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><code>ally.maintain.disabled</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/hidden.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1><code>ally.maintain.hidden</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/maintain/tab-focus.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1><code>ally.maintain.tabFocus</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var handle;
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/first-tabbable.example-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.firstTabbable</code> ignoring autofocus Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var element = ally.query.firstTabbable({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/first-tabbable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.firstTabbable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var element = ally.query.firstTabbable({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/focusable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.focusable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.query.focusable().forEach(function(element) {
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/tabbable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1><code>ally.query.tabbable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.query.tabbable().forEach(function(element) {
Expand Down
2 changes: 1 addition & 1 deletion docs/api/query/tabsequence.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1><code>ally.query.tabsequence</code> Example</h1>
<h2>Tab Sequence</h2>
<ol id="output"></ol>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var sequence = ally.query.tabsequence({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/style/focus-source.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h1><code>ally.style.focusSource</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var buttonPass = document.getElementById('focus-pass');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/style/focus-within.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1><code>ally.style.focusWithin</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var handle = ally.style.focusWithin();
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/focusable.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1><code>ally.when.focusable</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('activate');
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/key.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1><code>ally.when.key</code> Example</h1>

</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
ally.when.key({
Expand Down
2 changes: 1 addition & 1 deletion docs/api/when/visible-area.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1><code>ally.when.visibleArea</code> Example</h1>
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
var button = document.getElementById('activate');
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example documents must follow the following general structure.
</main>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
${example_script}
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dialog.example.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 id="dialog-title">Name Entry</h1>
</div>
</div>

<script src="https://cdn.jsdelivr.net/ally.js/1.2.0/ally.min.js"></script>
<script src="https://cdn.jsdelivr.net/ally.js/1.3.0/ally.min.js"></script>

<script id="example-js">
// Grab the elements we need to interact with
Expand Down

0 comments on commit 6acb981

Please sign in to comment.