File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function wp_shake_js() {
17
17
return ;
18
18
}
19
19
?>
20
- <script type="text/javascript" >
20
+ <script>
21
21
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
22
22
function s(id,pos){g(id).left=pos+'px';}
23
23
function g(id){return document.getElementById(id).style;}
@@ -83,7 +83,7 @@ function wp_login_viewport_meta() {
83
83
84
84
?>
85
85
86
- <style type="text/css" media="screen">
86
+ <style media="screen">
87
87
#login_error, .login .message, #loginform { margin-bottom: 20px; }
88
88
</style>
89
89
@@ -92,7 +92,7 @@ function wp_login_viewport_meta() {
92
92
if ( $ is_iphone ) {
93
93
?>
94
94
<meta name="viewport" content="width=320; initial-scale=0.9; maximum-scale=1.0; user-scalable=0;" />
95
- <style type="text/css" media="screen">
95
+ <style media="screen">
96
96
.login form, .login .message, #login_error { margin-left: 0px; }
97
97
.login #nav, .login #backtoblog { margin-left: 8px; }
98
98
.login h1 a { width: auto; }
@@ -139,7 +139,7 @@ function wp_login_viewport_meta() {
139
139
140
140
</div>
141
141
142
- <script type="text/javascript" >
142
+ <script>
143
143
try{document.getElementById('password_protected_pass').focus();}catch(e){}
144
144
if(typeof wpOnload=='function')wpOnload();
145
145
</script>
You can’t perform that action at this time.
0 commit comments