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
dc78d26f
Commit
dc78d26f
authored
Jun 24, 2016
by
Vincent Petry
Committed by
GitHub
Jun 24, 2016
Browse files
Merge pull request #25239 from owncloud/setupchecks-preventreload
Don't reload page in case of auth errors during setup checks
parents
29068d38
97f18136
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/js/setupchecks.js
View file @
dc78d26f
...
...
@@ -76,7 +76,8 @@
$
.
ajax
({
type
:
'
PROPFIND
'
,
url
:
url
,
complete
:
afterCall
complete
:
afterCall
,
allowAuthErrors
:
true
});
return
deferred
.
promise
();
},
...
...
@@ -209,7 +210,8 @@
$
.
ajax
({
type
:
'
GET
'
,
url
:
OC
.
linkTo
(
''
,
oc_dataURL
+
'
/htaccesstest.txt?t=
'
+
(
new
Date
()).
getTime
()),
complete
:
afterCall
complete
:
afterCall
,
allowAuthErrors
:
true
});
return
deferred
.
promise
();
},
...
...
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