]> git.pld-linux.org Git - packages/dokuwiki.git/blobdiff - system-jquery.patch
include rev for NEWPAGE links
[packages/dokuwiki.git] / system-jquery.patch
index 6b9a0948cf54f6e9a5f2291a7f8453f657974df0..4cf4f109da6a8b427b568c7970d0236173981395 100644 (file)
@@ -1,13 +1,16 @@
---- dokuwiki-2013-03-05/lib/exe/js.php~        2013-03-03 21:16:43.000000000 +0200
-+++ dokuwiki-2013-03-05/lib/exe/js.php 2013-03-05 12:40:14.025436522 +0200
-@@ -41,8 +41,8 @@
+--- dokuwiki-2013-05-10/lib/exe/js.php 2013-05-28 11:51:39.656021911 +0300
++++ dokuwiki-2013-05-10/lib/exe/js.php 2013-05-28 16:22:44.737594377 +0300
+@@ -40,10 +40,9 @@
      // array of core files
      $files = array(
-                 DOKU_INC."lib/scripts/jquery/jquery$min.js",
+-                DOKU_INC."lib/scripts/jquery/jquery$min.js",
 -                DOKU_INC.'lib/scripts/jquery/jquery.cookie.js',
 -                DOKU_INC."lib/scripts/jquery/jquery-ui$min.js",
+-                DOKU_INC."lib/scripts/jquery/jquery-migrate$min.js",
++                "/usr/share/jquery/jquery$min.js",
 +                '/usr/share/jquery/cookie/cookie.js',
 +                '/usr/share/jquery/ui/jquery-ui.js',
-                 DOKU_INC."lib/scripts/jquery/jquery-migrate$min.js",
                  DOKU_INC."lib/scripts/fileuploader.js",
                  DOKU_INC."lib/scripts/fileuploaderextended.js",
+                 DOKU_INC.'lib/scripts/helpers.js',
This page took 0.036684 seconds and 4 git commands to generate.