1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: use system jquery
Debian specific
Author: Pirate Praveen <praveen@debian.org>
Laste-Updated: 30-12-2014
Index: ruby-rails-assets-jquery-fullscreen-1.1.4/app/assets/templates/jquery-fullscreen/demo/iframe.html
===================================================================
--- ruby-rails-assets-jquery-fullscreen-1.1.4.orig/app/assets/templates/jquery-fullscreen/demo/iframe.html
+++ ruby-rails-assets-jquery-fullscreen-1.1.4/app/assets/templates/jquery-fullscreen/demo/iframe.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>Test iframe</title>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+ <script type="text/javascript" src="file///usr/share/javascript/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.fullscreen-min.js"></script>
</head>
<body style="background:white">
Index: ruby-rails-assets-jquery-fullscreen-1.1.4/app/assets/templates/jquery-fullscreen/demo/index.html
===================================================================
--- ruby-rails-assets-jquery-fullscreen-1.1.4.orig/app/assets/templates/jquery-fullscreen/demo/index.html
+++ ruby-rails-assets-jquery-fullscreen-1.1.4/app/assets/templates/jquery-fullscreen/demo/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>jQuery Fullscreen Plugin demo</title>
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+ <script type="text/javascript" src="file:///usr/share/javascript/jquery/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.fullscreen-min.js"></script>
<script type="text/javascript">
|