Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
8a36d599
Commit
8a36d599
authored
Sep 13, 2011
by
xaver
Browse files
small fix, js
parent
c72ea834
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/themes/default_combobox/templates/main.tpl.htm
View file @
8a36d599
...
...
@@ -6,7 +6,6 @@
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=<tmpl_var name="
html_content_encoding
"
>
"/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=8"
/>
<link
href=
"themes/default/css/central.css"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"themes/default/css/screen/jquery-ui-1.8.16.custom.css"
rel=
"stylesheet"
type=
"text/css"
/>
<!--[if lte IE 7]>
<link href="themes/default/css/patches/central.css" rel="stylesheet" type="text/css" />
<![endif]-->
...
...
@@ -184,7 +183,7 @@
});
})(
jQuery
);
jQuery
(
"
#pageContent
"
).
live
(
"
blur
"
function
(){
jQuery
(
"
#pageContent
"
).
live
(
"
blur
"
,
function
(){
if
(
jQuery
(
"
.panel select
"
).
css
(
"
display
"
)
!=
"
none
"
){
jQuery
(
"
.panel select
"
).
combobox
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment