mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 13:24:41 +03:00
Move JavaScript files related with style to style
This commit is contained in:
parent
5feb4535d6
commit
f8b5cdafa2
@ -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);
|
||||
|
@ -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(){
|
@ -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>
|
||||
|
||||
|
@ -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}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user