Use protocol-relative links
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/574faa16 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/574faa16 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/574faa16 Branch: refs/heads/feature/amf Commit: 574faa160b5de2ef0537a1b160029f73bcb1c9ee Parents: c874c8e Author: Harbs <[email protected]> Authored: Tue Aug 8 13:31:20 2017 +0300 Committer: Harbs <[email protected]> Committed: Tue Aug 8 13:31:20 2017 +0300 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/mdl/Dialog.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/574faa16/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as index 8ba2019..0b2c60a 100644 --- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as +++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as @@ -49,8 +49,8 @@ package org.apache.flex.mdl * constructor. * * <inject_html> - * <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.css"> - * <script src="https://cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.js"></script> + * <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.css"> + * <script src="//cdnjs.cloudflare.com/ajax/libs/dialog-polyfill/0.4.5/dialog-polyfill.min.js"></script> * </inject_html> * * @langversion 3.0
