Move JavaScript files related with style to style

This commit is contained in:
Dmitriy Simushev 2014-08-08 11:49:26 +00:00
parent 5feb4535d6
commit f8b5cdafa2
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,11 @@
/**
* @preserve Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
window.attachEvent('onload', mkwidth);
window.attachEvent('onresize', mkwidth);

View File

@ -1,3 +1,11 @@
/**
* @preserve Copyright 2005-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
var popupStatus = 0;
function loadPopup(){

View File

@ -9,7 +9,7 @@
</title>
<link href="{{stylePath}}/css/default.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 7]><link href="{{stylePath}}/css/default_ie.css" rel="stylesheet" type="text/css" /><![endif] -->
<!--[if lte IE 6]><script language="JavaScript" type="text/javascript" src="{{mibewRoot}}/js/compiled/ie.js"></script><![endif]-->
<!--[if lte IE 6]><script language="JavaScript" type="text/javascript" src="{{stylePath}}/js/ie.js"></script><![endif]-->
{{#block "head"}}{{/block}}
</head>

View File

@ -2,7 +2,7 @@
{{#override "head"}}
{{#if localeLinks}}
<script type="text/javascript" language="javascript" src="{{mibewRoot}}/js/libs/jquery.min.js"></script>
<script type="text/javascript" language="javascript" src="{{mibewRoot}}/js/compiled/locale.js"></script>
<script type="text/javascript" language="javascript" src="{{stylePath}}/js/locale.js"></script>
{{/if}}
{{/override}}