removed extraneous javascript from 2014/video/index.html
authorrsiddharth <rsd@gnu.org>
Thu, 6 Feb 2014 17:07:22 +0000 (22:37 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 6 Feb 2014 17:07:22 +0000 (22:37 +0530)
2014/video/index.html

index b97a0c74c17751e0f3459e8e4edc1eed8de0bde7..63cf199ceba4cfcdd4920ed536dedaea14d4b672 100644 (file)
                </p>
          </div>
        </div>
-       <script type="text/javascript"
-                       src="/2014/assets/js/jquery-1.10.2.min.js"></script>
-       <script type="text/javascript"
-                       src="/2014/assets/js/bootstrap.min.js"></script>
-       <script type="text/javascript">
-         /**
-         * @licstart  The following is the entire license notice for the JavaScript code in this page.
-         *
-         * Copyright (C) 2013 Free Software Foundation, Inc
-
-         * Licensed under the Apache License, Version 2.0 (the
-         * "License"); you may not use this file except in compliance
-         * with the License.  You may obtain a copy of the License at
-
-         *        http://www.apache.org/licenses/LICENSE-2.0
-
-         * Unless required by applicable law or agreed to in writing,
-         * software distributed under the License is distributed on an
-         * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
-         * either express or implied.  See the License for the specific
-         * language governing permissions and limitations under the
-         * License.
-
-         *
-         * @licend  The above is the entire license notice for the JavaScript code in this page.
-         **/
-         $(document).ready(function() {
-        $('.carousel').carousel({ interval:6000 });
-           $('.glyphicon-chevron-left').css('display','inline-block');
-           $('.glyphicon-chevron-right').css('display','inline-block');
-         });
-       </script>
-
-       <!-- Piwik -->
-       <script type="text/javascript">
-         /*
-          * |@licstart The following is the entire license notice for the JavaScript code in this page.|
-
-       * Copyright 2012 Matthieu Aubry.
-
-       * This program is free software: you can redistribute it and/or modify
-       * it under the terms of the GNU General Public License as published by
-       * the Free Software Foundation, either version 3 of the License, or
-       * (at your option) any later version.
-
-       * This program is distributed in the hope that it will be useful,
-       * but WITHOUT ANY WARRANTY; without even the implied warranty of
-       * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-       * GNU General Public License for more details.
-
-       * You should have received a copy of the GNU General Public License
-       * along with this program.  If not, see http://www.gnu.org/licenses/.
-
-          * |@licend The above is the entire license notice for the JavaScript code in this page.|
-         */
-         var _paq = _paq || [];
-         _paq.push(["trackPageView"]);
-         _paq.push(["enableLinkTracking"]);
-
-         (function() {
-                 var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
-                 _paq.push(["setTrackerUrl", u+"piwik.php"]);
-                 _paq.push(["setSiteId", "7"]);
-                 var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
-                 g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
-         })();
-       </script>
-       <!-- End Piwik Code -->
   </body>
 </html>