Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
6a250c87
Commit
6a250c87
authored
12 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
fixing javascript errors IE8 in personal settings
parent
c5d716ef
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/files_external/js/settings.js
+2
-2
2 additions, 2 deletions
apps/files_external/js/settings.js
with
2 additions
and
2 deletions
apps/files_external/js/settings.js
+
2
−
2
View file @
6a250c87
...
...
@@ -47,7 +47,7 @@ OC.MountConfig={
oldUsers
.
splice
(
$
.
inArray
(
applicable
,
oldUsers
),
1
);
}
}
$
.
post
(
OC
.
filePath
(
'
files_external
'
,
'
ajax
'
,
'
addMountPoint.php
'
),
{
mountPoint
:
mountPoint
,
class
:
backendClass
,
classOptions
:
classOptions
,
mountType
:
mountType
,
applicable
:
applicable
,
isPersonal
:
isPersonal
});
$
.
post
(
OC
.
filePath
(
'
files_external
'
,
'
ajax
'
,
'
addMountPoint.php
'
),
{
mountPoint
:
mountPoint
,
'
class
'
:
backendClass
,
classOptions
:
classOptions
,
mountType
:
mountType
,
applicable
:
applicable
,
isPersonal
:
isPersonal
});
});
var
mountType
=
'
group
'
;
$
.
each
(
oldGroups
,
function
(
index
,
applicable
)
{
...
...
@@ -61,7 +61,7 @@ OC.MountConfig={
var
isPersonal
=
true
;
var
mountType
=
'
user
'
;
var
applicable
=
OC
.
currentUser
;
$
.
post
(
OC
.
filePath
(
'
files_external
'
,
'
ajax
'
,
'
addMountPoint.php
'
),
{
mountPoint
:
mountPoint
,
class
:
backendClass
,
classOptions
:
classOptions
,
mountType
:
mountType
,
applicable
:
applicable
,
isPersonal
:
isPersonal
});
$
.
post
(
OC
.
filePath
(
'
files_external
'
,
'
ajax
'
,
'
addMountPoint.php
'
),
{
mountPoint
:
mountPoint
,
'
class
'
:
backendClass
,
classOptions
:
classOptions
,
mountType
:
mountType
,
applicable
:
applicable
,
isPersonal
:
isPersonal
});
}
return
true
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment