Commit 83a9f5ee authored by Maxim Kadushkin's avatar Maxim Kadushkin

[embed] repaired link for error on IE

parent ec3642ce
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
</style> </style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]--> <![endif]-->
</head> </head>
...@@ -193,11 +193,6 @@ ...@@ -193,11 +193,6 @@
<script src="../../../vendor/less/dist/less-1.5.1.js" type="text/javascript"></script> <script src="../../../vendor/less/dist/less-1.5.1.js" type="text/javascript"></script>
<!-- debug end --> <!-- debug end -->
<!--facebook button-->
<div id="fb-root"></div>
<!--twitter button-->
<script> <script>
var userAgent = navigator.userAgent.toLowerCase(), var userAgent = navigator.userAgent.toLowerCase(),
check = function(regex){ return regex.test(userAgent); }; check = function(regex){ return regex.test(userAgent); };
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
</style> </style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]--> <![endif]-->
</head> </head>
......
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
</style> </style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]--> <![endif]-->
</head> </head>
...@@ -193,11 +193,6 @@ ...@@ -193,11 +193,6 @@
<script src="../../../vendor/less/dist/less-1.5.1.js" type="text/javascript"></script> <script src="../../../vendor/less/dist/less-1.5.1.js" type="text/javascript"></script>
<!-- debug end --> <!-- debug end -->
<!--facebook button-->
<div id="fb-root"></div>
<!--twitter button-->
<script> <script>
var userAgent = navigator.userAgent.toLowerCase(), var userAgent = navigator.userAgent.toLowerCase(),
check = function(regex){ return regex.test(userAgent); }; check = function(regex){ return regex.test(userAgent); };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment