Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0a589d93
Commit
0a589d93
authored
Mar 26, 2015
by
Morris Jobke
Browse files
fix enforced password for share in IE8
parent
55e1226d
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/js/share.js
View file @
0a589d93
...
...
@@ -989,6 +989,11 @@ $(document).ready(function() {
});
}
else
{
$
(
'
#linkPass
'
).
slideToggle
(
OC
.
menuSpeed
);
// TODO drop with IE8 drop
if
(
html
.
hasClass
(
'
ie8
'
))
{
$
(
'
#linkPassText
'
).
attr
(
'
placeholder
'
,
null
);
$
(
'
#linkPassText
'
).
val
(
''
);
}
$
(
'
#linkPassText
'
).
focus
();
}
if
(
expireDateString
!==
''
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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