Skip to content

Commit 283e9b0

Browse files
author
Klaus Reimer
committed
Clean up demo
1 parent 22b1d94 commit 283e9b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

demo/iframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>Test iframe</title>
6-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
7-
<script type="text/javascript" src="../jquery.fullscreen-min.js"></script>
6+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
7+
<script src="../jquery.fullscreen-min.js"></script>
88
</head>
99
<body style="background:white">
1010
<button onclick="$(document).fullScreen(true)">Enter Fullscreen mode from iframe</button>

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="UTF-8" />
55
<title>jQuery Fullscreen Plugin demo</title>
6-
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
7-
<script type="text/javascript" src="../jquery.fullscreen-min.js"></script>
8-
<script type="text/javascript">
6+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
7+
<script src="../jquery.fullscreen-min.js"></script>
8+
<script>
99

1010
$(function() {
1111

0 commit comments

Comments
 (0)