Author: dkulp
Date: Wed Aug 28 15:51:56 2013
New Revision: 876499
Log:
Another attempt for safari
Modified:
websites/production/cxf/content/docs/jax-ws-configuration.html
Modified: websites/production/cxf/content/docs/jax-ws-configuration.html
==============================================================================
--- websites/production/cxf/content/docs/jax-ws-configuration.html (original)
+++ websites/production/cxf/content/docs/jax-ws-configuration.html Wed Aug 28
15:51:56 2013
@@ -49,26 +49,25 @@ function addScript(scpt)
head.appendChild(script);
}
-addLink('/resources/site.css');
-addScript('/resources/space.js');
+ addLink('/resources/site.css');
+ addScript('/resources/space.js');
+</script>
+<script>
addLink('/resources/highlighter/styles/shCoreCXF.css');
addLink('/resources/highlighter/styles/shThemeCXF.css');
addScript('/resources/highlighter/scripts/shCore.js')
addScript('/resources/highlighter/scripts/shBrushJava.js')
addScript('/resources/highlighter/scripts/shBrushXml.js')
-
+ addScript('/resources/highlighter/highlighterInit.js')
</script>
-
-
<title>
Apache CXF -- JAX-WS Configuration
</title>
</head>
<body onload="init()">
-
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td id="cell-0-0" colspan="2"> </td>
@@ -521,10 +520,7 @@ pageTracker._trackPageview();
} catch(err) {}</script>
-<script type="text/javascript">
-SyntaxHighlighter.defaults['toolbar'] = false;
-SyntaxHighlighter.all();
-</script>
+
</body>
</html>