Skip to content

Commit ffe91ea

Browse files
committed
hot-fix: subdir bug
1 parent 54b14be commit ffe91ea

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/embedding/assets

1 file changed

+1
-1
lines changed

src/main/resources/embedding/assets/entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$(function(){
22
const patternElement1 = '[\\w!\\?\\+\\-_~=;\\.,\\*&@#\\$\\%\\(\\)\'\\[\\]]+';
3-
const patternElement2 = '[\\w!\\?\\+\\-_~=;\\.,\\*&@\\$\\%\\(\\)\'\\[\\]]+';
3+
const patternElement2 = '[/\\w!\\?\\+\\-_~=;\\.,\\*&@\\$\\%\\(\\)\'\\[\\]]+';
44
const matchPattern = new RegExp(
55
'^'+
66
location.origin +

0 commit comments

Comments
 (0)