mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Contacts: Reduce timeout for reload after import.
This commit is contained in:
parent
f0c757c3a4
commit
1d73fe3b63
@ -1461,7 +1461,7 @@ OC.Contacts = OC.Contacts || {
|
|||||||
if(!importError) {
|
if(!importError) {
|
||||||
OC.notify({
|
OC.notify({
|
||||||
message:t('contacts','Import done. Click here to cancel reloading.'),
|
message:t('contacts','Import done. Click here to cancel reloading.'),
|
||||||
//timeout:5,
|
timeout:5,
|
||||||
timeouthandler:function() {
|
timeouthandler:function() {
|
||||||
console.log('reloading');
|
console.log('reloading');
|
||||||
window.location.href = OC.linkTo('contacts', 'index.php');
|
window.location.href = OC.linkTo('contacts', 'index.php');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user