[Midnightbsd-cvs] mports [17974] trunk/Tools/magus/www/tmpls/header.tmpl: fix includes

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 30 22:29:17 EST 2014


Revision: 17974
          http://svnweb.midnightbsd.org/mports/?rev=17974
Author:   laffer1
Date:     2014-12-30 22:29:17 -0500 (Tue, 30 Dec 2014)
Log Message:
-----------
fix includes

Modified Paths:
--------------
    trunk/Tools/magus/www/tmpls/header.tmpl

Modified: trunk/Tools/magus/www/tmpls/header.tmpl
===================================================================
--- trunk/Tools/magus/www/tmpls/header.tmpl	2014-12-31 03:22:51 UTC (rev 17973)
+++ trunk/Tools/magus/www/tmpls/header.tmpl	2014-12-31 03:29:17 UTC (rev 17974)
@@ -5,9 +5,10 @@
     <title><TMPL_VAR NAME="title"></title>
     <script src="/magus/elements/magus.js" type="text/javascript"></script>
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
-    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
+    <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
+    <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
     <link rel="stylesheet" href="/magus/elements/magus.css" media="screen">
 </head>
 



More information about the Midnightbsd-cvs mailing list