File: use-system-jquery.patch

package info (click to toggle)
ruby-rails-assets-jquery-fullscreen 1.1.4~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 200 kB
  • ctags: 332
  • sloc: ruby: 36; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,760 bytes parent folder | download | duplicates (2)
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">