- Notifications
You must be signed in to change notification settings - Fork4
Commit4237a23
authored
fix the http isse
We want to add 'https' in the case that the link does not have 'http' ot 'https' already.i.e if( ! (value.startsWith('http://') || (value.startsWith('https://') )which on simplification with De Morgans's laws wpuld lead to : if (!value.startsWith('http://') && !value.startsWith('https://'))1 parent0eba25e commit4237a23
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
0 commit comments
Comments
(0)