Update MDL to version 1.3.0

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/de87ded9
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/de87ded9
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/de87ded9

Branch: refs/heads/feature/fontawesome
Commit: de87ded962434e836c9ce443925960c51bddde5d
Parents: b544583
Author: piotrz <pio...@apache.org>
Authored: Mon Jan 2 18:52:09 2017 +0100
Committer: piotrz <pio...@apache.org>
Committed: Mon Jan 2 18:52:09 2017 +0100

----------------------------------------------------------------------
 .../MDLExample/src/main/resources/mdl-js-index-template.html     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/de87ded9/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
----------------------------------------------------------------------
diff --git 
a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html 
b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
index 62cbf70..35e4c3a 100644
--- a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
+++ b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html
@@ -23,8 +23,8 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0, 
minimum-scale=1.0"">
        <link rel="stylesheet" type="text/css" href="${application}.css">
   <link rel="stylesheet" 
href="https://fonts.googleapis.com/icon?family=Material+Icons";>
-  <link rel="stylesheet" 
href="https://code.getmdl.io/1.2.1/material.${primary}-${accent}.min.css";>
-  <script defer src="https://code.getmdl.io/1.2.1/material.min.js";></script>
+  <link rel="stylesheet" 
href="https://code.getmdl.io/1.3.0/material.${primary}-${accent}.min.css";>
+  <script defer src="https://code.getmdl.io/1.3.0/material.min.js";></script>
 ${head}
 </head>
 <body>

Reply via email to