You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/19 16:20:07 UTC

svn commit: r898534 [8/9] - in /websites/staging/isis/trunk: cgi-bin/ content/ content/archetypes/ content/archetypes/release-notes/ content/components/ content/components/objectstores/ content/components/objectstores/jdo/ content/components/objectstor...

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Mask.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MaxLength.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroupLayout.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberGroups.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MemberOrder.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MultiLine.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/MustSatisfy.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Named.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotContributed.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotInServiceMenu.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersistable.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/NotPersisted.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/ObjectType.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Optional.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Paged.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Parseable.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Plural.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Programmatic.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Prototype.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedAction.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/PublishedObject.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/QueryOnly-deprecated.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/RegEx.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Render.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/RequestScoped.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Resolve.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/SortedBy.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Title.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/TypeOf.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/TypicalLength.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/Value.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/recognized-annotations/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/recognized-annotations/about.html (original)
+++ websites/staging/isis/trunk/content/reference/recognized-annotations/about.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/01-Clock.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/01-Clock.html (original)
+++ websites/staging/isis/trunk/content/reference/services/01-Clock.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/02-Profiles.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/02-Profiles.html (original)
+++ websites/staging/isis/trunk/content/reference/services/02-Profiles.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/about.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/about.html (original)
+++ websites/staging/isis/trunk/content/reference/services/about.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/auditing-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/auditing-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/auditing-service.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/background-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/background-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/background-service.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/bookmark-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bookmark-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bookmark-service.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/bulk-interaction.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/bulk-interaction.html (original)
+++ websites/staging/isis/trunk/content/reference/services/bulk-interaction.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/command-context.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/command-context.html (original)
+++ websites/staging/isis/trunk/content/reference/services/command-context.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html (original)
+++ websites/staging/isis/trunk/content/reference/services/developer-utilities-service.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>
 

Modified: websites/staging/isis/trunk/content/reference/services/exception-recognizers.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/exception-recognizers.html (original)
+++ websites/staging/isis/trunk/content/reference/services/exception-recognizers.html Wed Feb 19 15:20:02 2014
@@ -226,47 +226,6 @@
     $().dropdown()
     </script>
 
-    <script type="text/javascript">
-    
-    // http://stackoverflow.com/questions/9047703/fixed-position-navbar-obscures-anchors
-    /**
-      * Check an href for an anchor. If exists, and in document, scroll to it.
-      * If href argument omitted, assumes context (this) is HTML Element,
-      * which will be the case when invoked by jQuery after an event
-      */
-    function scroll_if_anchor(href) {
-        href = typeof(href) == "string" ? href : $(this).attr("href");
-
-        // If href missing, ignore
-        if(!href) return false;
-
-        // You could easily calculate this dynamically if you prefer
-        var fromTop = 50;
-
-        // If our Href points to a valid, non-empty anchor, and is on the same page (e.g. #foo)
-        // Legacy jQuery and IE7 may have issues: http://stackoverflow.com/q/1593174
-        if(href.charAt(0) == "#") {
-            var $target = $(href);
-
-            // Older browsers without pushState might flicker here, as they momentarily
-            // jump to the wrong position (IE < 10)
-            if($target.length) {
-                $('html, body').animate({ scrollTop: $target.offset().top - fromTop });
-                if(history && "pushState" in history) {
-                    history.pushState({}, document.title, window.location.pathname + href);
-                    return false;
-                }
-            }
-        }
-    }    
-
-    // When our page loads, check to see if it contains and anchor
-    scroll_if_anchor(window.location.hash);
-
-    // Intercept all anchor clicks
-    $("body").on("click", "a", scroll_if_anchor);
-    </script>
-
     
   </head>