Remove defer which causes problems with MDL element upgrade
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/f3e5cf85 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/f3e5cf85 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/f3e5cf85 Branch: refs/heads/develop Commit: f3e5cf85f81612450161b1846773c0bd6d22081a Parents: 12ce065 Author: piotrz <[email protected]> Authored: Sun Jun 25 14:03:23 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Jun 25 14:03:23 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/mdl-js-index-template.html | 4 ++-- .../src/main/resources/mdl-js-index-template.html | 2 +- .../MDLExample/src/main/resources/mdl-js-index-template.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f3e5cf85/examples/flexjs/FlexTeamPage_MDL/src/main/resources/mdl-js-index-template.html ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexTeamPage_MDL/src/main/resources/mdl-js-index-template.html b/examples/flexjs/FlexTeamPage_MDL/src/main/resources/mdl-js-index-template.html index 62cbf70..1e170ed 100644 --- a/examples/flexjs/FlexTeamPage_MDL/src/main/resources/mdl-js-index-template.html +++ b/examples/flexjs/FlexTeamPage_MDL/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.min.css"> + <script src="https://code.getmdl.io/1.3.0/material.min.js"></script> ${head} </head> <body> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f3e5cf85/examples/flexjs/MDLDynamicTabsExample/src/main/resources/mdl-js-index-template.html ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLDynamicTabsExample/src/main/resources/mdl-js-index-template.html b/examples/flexjs/MDLDynamicTabsExample/src/main/resources/mdl-js-index-template.html index 308fddf..1e170ed 100644 --- a/examples/flexjs/MDLDynamicTabsExample/src/main/resources/mdl-js-index-template.html +++ b/examples/flexjs/MDLDynamicTabsExample/src/main/resources/mdl-js-index-template.html @@ -24,7 +24,7 @@ <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.3.0/material.min.css"> - <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> + <script src="https://code.getmdl.io/1.3.0/material.min.js"></script> ${head} </head> <body> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f3e5cf85/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 48ba116..f21943f 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 @@ -24,7 +24,7 @@ <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.3.0/material.min.css"> - <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> + <script src="https://code.getmdl.io/1.3.0/material.min.js"></script> ${head} </head> <body>
