Author: nivanov
Date: Tue Feb 17 06:34:50 2015
New Revision: 1660286

URL: http://svn.apache.org/r1660286
Log:
Some fixes.

Modified:
    incubator/ignite/site/trunk/features.html

Modified: incubator/ignite/site/trunk/features.html
URL: 
http://svn.apache.org/viewvc/incubator/ignite/site/trunk/features.html?rev=1660286&r1=1660285&r2=1660286&view=diff
==============================================================================
--- incubator/ignite/site/trunk/features.html (original)
+++ incubator/ignite/site/trunk/features.html Tue Feb 17 06:34:50 2015
@@ -968,8 +968,24 @@ under the License.
         </div>
     </footer>
 </div>
-<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js";></script>
-<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlightLoader.js";></script>
+<!--<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js";></script>-->
+<!--<script type="text/javascript" 
src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlightLoader.js";></script>-->
+<script type="text/javascript">
+    eval(function()
+    {
+        try
+        {
+            doHighlight();
+        }
+        catch(e)
+        {
+            var elem = document.createElement('SCRIPT');
+            
elem.src="https://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js";;
+            var theBody = document.getElementsByTagName('body')[0];
+            theBody.appendChild(elem);
+        }
+    })();
+</script>
 <script type="text/javascript" 
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js";></script>
 <script type="text/javascript">window.jQuery || document.write('<script 
src="js/jquery-1.11.1.min.js"><\/script>')</script>
 <script 
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js";></script>


Reply via email to