]> git.pld-linux.org Git - packages/nagios.git/blobdiff - system-jquery.patch
- up to 3.5.0
[packages/nagios.git] / system-jquery.patch
index a89bf09a37a8618367ec6614b386e09251cbd3c5..2fc8e28a5a07efcde455ca53b5f9d53210f9676c 100644 (file)
 +++ nagios-3.4.1/cgi/status.c  2012-05-28 23:57:04.933694000 +0300
 @@ -558,7 +558,7 @@
                }
-       
-       /* added jquery library 1/31/2012 */    
--      printf("<script type='text/javascript' src='%s%s'></script>\n",url_js_path, JQUERY_JS); 
-+      printf("<script type='text/javascript' src='%s'></script>\n", JQUERY_JS); 
-       /* JS function to append content to elements on page */ 
-       printf("<script type='text/javascript'>\n"); 
-       printf("$(document).ready(function() { $('#top_page_numbers').append($('#bottom_page_numbers').html() ); });"); 
+       /* added jquery library 1/31/2012 */
+-      printf("<script type='text/javascript' src='%s%s'></script>\n", url_js_path, JQUERY_JS);
++      printf("<script type='text/javascript' src='%s'></script>\n", JQUERY_JS);
+       /* JS function to append content to elements on page */
+       printf("<script type='text/javascript'>\n");
+       printf("$(document).ready(function() { $('#top_page_numbers').append($('#bottom_page_numbers').html() ); });");
 --- nagios-3.4.1/html/Makefile.in~     2012-05-28 23:52:30.000000000 +0300
 +++ nagios-3.4.1/html/Makefile.in      2012-05-28 23:59:43.973722231 +0300
 @@ -61,8 +61,6 @@
This page took 0.093661 seconds and 4 git commands to generate.