Skip to content

Commit 4294d39

Browse files
committed
Support periods in url (jotting title)
1 parent 98eb424 commit 4294d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/UrlService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default class UrlService {
3232
*/
3333
getQueryJottingInfo(jotType) {
3434
const urlRegEx = new RegExp(
35-
"/?" + jotType + "s/([0-9]+)/([A-Za-z -\(\)]+)"
35+
"/?" + jotType + "s/([0-9]+)/([A-Za-z -\(\)\.]+)"
3636
);
3737
const decodedUrl = decodeURIComponent(this.router.asPath);
3838

0 commit comments

Comments
 (0)