You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/06/27 15:05:29 UTC

svn commit: r1834510 - in /syncope/site/2.0.9/rest/2.0: index.html schema_1_syncope2.html

Author: ilgrosso
Date: Wed Jun 27 15:05:29 2018
New Revision: 1834510

URL: http://svn.apache.org/viewvc?rev=1834510&view=rev
Log:
Fix external JS & CSS refs

Modified:
    syncope/site/2.0.9/rest/2.0/index.html
    syncope/site/2.0.9/rest/2.0/schema_1_syncope2.html

Modified: syncope/site/2.0.9/rest/2.0/index.html
URL: http://svn.apache.org/viewvc/syncope/site/2.0.9/rest/2.0/index.html?rev=1834510&r1=1834509&r2=1834510&view=diff
==============================================================================
--- syncope/site/2.0.9/rest/2.0/index.html (original)
+++ syncope/site/2.0.9/rest/2.0/index.html Wed Jun 27 15:05:29 2018
@@ -4,7 +4,7 @@
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta charset="utf-8">
 <title>Apache Syncope 2.0.9</title>
-<link rel="stylesheet" href="/syncope/webjars/jquery-ui-themes/1.11.4/smoothness/jquery-ui.min.css">
+<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
 <style>
           body {
           font-family: "Verdana,Arial,sans-serif";
@@ -51,7 +51,7 @@
           .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
           .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
         </style>
-<script src="/syncope/webjars/jquery/2.2.4/jquery.min.js"></script><script src="/syncope/webjars/jquery-ui/1.11.4/jquery-ui.min.js"></script><script>
+<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script><script src="http://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script><script>
           //
           $(function() {
           //

Modified: syncope/site/2.0.9/rest/2.0/schema_1_syncope2.html
URL: http://svn.apache.org/viewvc/syncope/site/2.0.9/rest/2.0/schema_1_syncope2.html?rev=1834510&r1=1834509&r2=1834510&view=diff
==============================================================================
--- syncope/site/2.0.9/rest/2.0/schema_1_syncope2.html (original)
+++ syncope/site/2.0.9/rest/2.0/schema_1_syncope2.html Wed Jun 27 15:05:29 2018
@@ -4,8 +4,8 @@
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta charset="utf-8">
 <title>Apache Syncope 2.0.9</title>
-<link rel="stylesheet" href="/syncope/webjars/highlightjs/9.8.0/styles/default.min.css">
-<script src="/syncope/webjars/highlightjs/9.8.0/highlight.min.js"></script><script>
+<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/default.min.css">
+<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script><script>
           hljs.initHighlightingOnLoad();
         </script>
 </head>