This repository was archived by the owner on Apr 23, 2025. It is now read-only.
Commit 75bb490
andrewstech
feat: Add domain extraction from input string in Owl.js
This commit updates the Owl.js file to extract the domain from the input string using a regular expression. It fixes a bug where the domain was not correctly identified. The extracted domain is then used for further processing in the code.
Co-authored-by: FRED1 parent 91f34ff commit 75bb490
1 file changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | | - | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | | - | |
38 | | - | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
0 commit comments