1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-23 17:53:31 +01:00

trim url for safeincloud xml import

This commit is contained in:
Kyle Spearrin 2016-10-14 23:55:02 -04:00
parent 71ca4eb84a
commit 3c03ed8636

View File

@ -275,7 +275,7 @@
site.notes = text;
}
else if (type === 'website') {
site.uri = text;
site.uri = trimUri(text);
}
}
}