mirror of
https://github.com/owncloud/bookmarks.git
synced 2025-01-19 15:52:10 +01:00
Refresh Bm list after import fix #808
This commit is contained in:
parent
d6592c81e7
commit
4156a5caae
@ -27,6 +27,7 @@ function fileUpload(form, result_div) {
|
|||||||
result_div.html(list);
|
result_div.html(list);
|
||||||
} else {
|
} else {
|
||||||
result_div.text(t('bookmark', 'Import completed successfully.'));
|
result_div.text(t('bookmark', 'Import completed successfully.'));
|
||||||
|
getBookmarks();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user