web staff : bump angular, bootstrap, and angular bootstrap versions
authorBill Erickson <berick@esilibrary.com>
Tue, 8 Apr 2014 13:30:51 +0000 (09:30 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 8 Apr 2014 13:30:51 +0000 (09:30 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/t_base.tt2
Open-ILS/src/templates/staff/t_base_js.tt2

index 6009417..6c3ac7b 100644 (file)
@@ -8,7 +8,7 @@
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <!-- TODO: remote hosted CSS should be hosted locally instead -->
-    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" />
+    <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
     <link rel="stylesheet" href="[% ctx.base_path %]/staff/css/style.css" />
   </head>
   <body>
index 0f5a96b..94cb445 100644 (file)
@@ -2,8 +2,8 @@
 <!-- TODO: combine and minify JS -->
 
 [% 
-  ANGULAR_VERSION = '1.2.4';
-  ANGULAR_BOOTSTRAP_VERSION = '0.7.0';
+  ANGULAR_VERSION = '1.2.16';
+  ANGULAR_BOOTSTRAP_VERSION = '0.9.0';
 %]
 
 <!-- hosted angular libs -->